[Q APP] Clickable list view? - Android Software Development

I'm sorry if this is the.wrong section :/
I'm having some trouble with this and I'm new to Android app coding and I can't figure out how to make a list item when its clicked it'll open up another list view
Could anyone help?
Sent from my ADR6300 using XDA App

Related

App Launcher

I have done some searching and cannot seem to find anything, please feel free to sarcastically point me in correct direction if i am wrong.
are there any favourite app launchers, e.g. a 1x1 program/widget than when clicked opened your 4, 8, 16 best apps (customizable) thus saving white space without having to scroll through all prorams to get to U etc?
Many thanks in anticipation
Jody
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
There are a few... I use Apps Organizer to arrange under manual icons and labels. Clicked once it opens a layer on the same screen with all the chosen app shortcuts in there. The most major limitation being that it cannot arrange widgets into such "folders".
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
You could just create a folder and drag app icons into it?
or you could just do that, sorry getting to grips with this phone still.
creating a folder works surprisingly well, many thanks
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
Another option
Another option is Ultimate Faves which lets you select favourite apps or contacts and scroll between the two.

Q is there a quick wsy to put apps in order ?

Just got my s2 its awesome only annoyance is when I download apps it doesn't put them in alphabetical order ... Is there a quick way to do it without moving each one individually ?
Thanks
Sent from my GT-I9100 using XDA App
Touchwiz AppSorter from the Market does this for you. But you have to be rooted
Thank you for the hint ... will asap look in the market for it
You can also "Clear data" of TwLauncher in manage applications in settings
but it will also reset your home screens to default
Superb thats done trick kudos to you
Sent from my GT-I9100 using XDA App
Even quicker:
When in application view. Press the menu key and select list view.
Problem sorted with no messing?
Sent from my GT-I9100 using XDA App

Clipboard question

Hi, I have a question about the clipboard, not sure if this can be controlled in any way. I find that in some apps it works and a lot of the time it does not.
When i do see the list i see things from ages ago in the list and wondered why it doesnt come up all the time when i press in a text field?
Are there any apps that can also make this work if android wont do it in all apps?
thanks
James
Sent from my GT-I9505 using xda app-developers app

[Q] how do file managers retain listview

In most of the file managers present on Google play. when we open a folder and then go back,list view is automatically scrolled to the position from where folder was opened. So either the scroll position or whole list view is saved. I want to ask how this can be implemented?
Sent from my XT1033 using XDA Premium 4 mobile app
arpitkh96 said:
In most of the file managers present on Google play. when we open a folder and then go back,list view is automatically scrolled to the position from where folder was opened. So either the scroll position or whole list view is saved. I want to ask how this can be implemented?
Sent from my XT1033 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yes, there are a few ways to do it, probably the easiest is just storing the scroll position yourself, much info on SO about this if you google... also complex views like listView save their own bundles too iirc
deanwray said:
yes, there are a few ways to do it, probably the easiest is just storing the scroll position yourself, much info on SO about this if you google... also complex views like listView save their own bundles too iirc
Click to expand...
Click to collapse
Thanks I got it
Sent from my XT1033 using XDA Premium 4 mobile app

Can I use tabs in more than 1 activity?

I'm making an app that uses tabs in my main activity. I want to be able to open another activity which will also use tabs. Everything I've could think of to try results in my app crashing when I open the second activity.
Is this possible to do? If so can someone help me out?
Sent from my Moto X using XDA Free mobile app
jeb192004 said:
I'm making an app that uses tabs in my main activity. I want to be able to open another activity which will also use tabs. Everything I've could think of to try results in my app crashing when I open the second activity.
Is this possible to do? If so can someone help me out?
Sent from my Moto X using XDA Free mobile app
Click to expand...
Click to collapse
Log? Activity code? Layouts? Manifest file?
Usually the most common reason this happening is because people forget to add the new activity to the AndroidManifest.xml file, if you've already done that then we need more information than you've currently given.
Sent from my HTC One using Tapatalk
It is definitely possible, can you show us where it errors out (I.e. logcat)
Well. I just discovered viewpager and I was able to get that to work how I wanted to use the tabs. Kinda wish I would've found this before asking the question. I have the horizontal scrolling working to swipe between pages. Can you guys help me get the vertical scroll view to work so I can view the rest of the text on each page?
Edit: never mind. Just got the vertical scrolling to work.
Sent from my Moto X using XDA Free mobile app
Code:
<ScrollView >
<LinearLayout> <!--or whatever layout you choose-->
</LinearLayout>
</ScrollView>

Categories

Resources