hello friends i am creating a table in which i have to implement a multiple column selector. If i select multiple text from drop down than it will show as multiple columns.
If anybody has any idea than please solve the issue.
Related
I am now working on an android app where i required to load all country list on a dropdown. My User Requirement to add multiselect dropdown like as following which we use in web using JQuery....
I am searching this type of dropdown but not get any solution yet. How can i solve this requirement? any suggestion is highly appreciated.
Thanks in advance.
N.B: I found following type of drop down which not accepted to my user.
You are talking about is Chips View, there are multiples third party lib which can help you
https://github.com/hootsuite/nachos
https://github.com/pchmn/MaterialChipsInput
You can get help from this.
You have to create a spinner in your own xml and create a custom adapter for that spinner.
These links may help you:
Multi Select Spinner with Search/Filter
How to develop Multi Select spinner
Multi Select Spinner
Multi Select Spinner with Search/Filter
Multi selection spinner in android without AlertDialog
So I have an android project in which I am using realm. The issue being that my design has a lot of columns listed in one particular table. Sadly I can't seem to see all of them and I can't resize it is there a horizontal scroll I can use I'm not sure how to handle this?
There's no horizontal bar, but you can use these two options to help read the db data (if you don't have an extra screen):
Zoom out using Cmd+-
You can perform SQL queries to select a subset of columns by clicking on the database icon and writing the query on the right panel.
I have a problem. in my situation I have tables with 10+ columns, I really need to have a horizontal scroll for it and also making more width for each column. And fix the first column like excel. is there anyway to do that?
Please let me know any simple and smooth library in android for the same.
There is a TableView Library for Android. It's also open source and located in github.
There is a sample app that show how you can use tableView on your application.
I am looking for a way to create a DataTable in Android, a library preferably.
I would need create a table with: Fix headers, row, column, and cell listeners, allow scrolling, sort columns.
If somebody known something like this, I would be grateful.
Do you try table layout in your xml ?
You can find examples here:
http://www.mkyong.com/android/android-tablelayout-example/
http://androidexample.com/Table_Layout_-_Android_Example/index.php?view=article_discription&aid=74&aaid=98
I've got problem with my school project.
Basically user create a table on website with records and then by android app can upload own datas to table.
Table might have many rows with different type like integer, date, text. So in my app I need to create layouts dynamicly depends on defined table. I thought that I can convert rows to xml file and then create layouts in android, but it seems to be a difficult one. Can You suggest my how can I create that layouts from downloaded xml ? Or maybe is the other simple way. Help