[Q] Can't get my app to scroll - Android Software Development

Hi
I'm very, very new in developing, i'm developing a app in Eclipse and my problem is that I cant get the app to scroll. What I mean is that when the screen is filled out with diffrent stuff that I want in my app, I can't get it to scroll down and making my app "longer" ?
I know this is not the best explanation, but I hope someone knows what I mean and can help?

Have a look at ScrollView

Related

[Q] App development/ Login screen

Hello i'm a noob at this so you guys may have to explain a bit more about this... I'm going to start on a app project for android and im going to make the first screen to be a login screen. If i get this right i need to make a database on a website right? I dont realy know anything more so i would be happy to get any help!
Cheers!

Samsung Call Screen

I was wondering is there a way to modify the dialer or something on our samsungs to be more like hold the button to answer than slide? To look more like this.
I know there apps for this but they all suck.
There are apps for this? Can you tell me where to find them?
cheekrox said:
There are apps for this? Can you tell me where to find them?
Click to expand...
Click to collapse
hi
u need to do a little searching i have given the same
see this link : http://forum.xda-developers.com/showthread.php?t=1126102
try it its good im using the same its free from market

Ready Made Andriod Apps

Hi Everyone,
Im new so go easy lol
Im wanting your help with regards to my thesis im doing at University. Im conducting an experiment with regards to people interacting with my andriod application. Its going to be the most simplistic application and probably only needs 1 button ie 'enter' and Im wanting to find out if there are any ready made andriod apps out there, fully sourced etc for editing and publishing... Or starter kits that input the code for you. I have no software dev experience and could use some help, as I say im just looking for a smal app with just one button that says "enter" really, but allows me to put a logo on... quite basic
If anyone can help with this, that would be greatly appreciated.
Craig
Welcome to XDA
In the Android SDK (Software Development Kit) There are usually about 5-10 example apps for each version of Android (such as Android 2.2 or Android 3.0)
They are very simple, such as a notepad app, or a business card manager. And they are great ways to learn if you dissect them and poke around.
Have a look here to get started:
http://developer.android.com/resources/index.html
Good luck!
Thanks very much, thats really much appreciated
If your app is indeed that simple, private message me if you need something coded.
Rootstonian said:
If your app is indeed that simple, private message me if you need something coded.
Click to expand...
Click to collapse
That great, thanks very much. I have just sent a quick message.

[Q] Finding right place to mod an app

I hope this is the right place to post a question about modifying an existing app. In the long run, I want to create a Xposed module to do the modification, but to get started I work with modding the decompiled app. The app in question is de.zeit.diezeit.epaper.android, which is a German newspaper reader app (I am not expecting anyone to know it). What I want to do is to get rid of the scrolling animation when reading an article, because I am using this app on an eInk device (Icarus Illumina).
Now my problem is, I don't find a starting point. I have to say I don't have much (read: almost none) experience with writing Android apps (although I have a lot of programming experience otherwise). Thus I have no idea how such an animation would be implemented. I searched for references to the Scroller class and replaced the duration argument of the startScrolling method by 5ms, but this didn't change anything.
Is there any way to run the app in some kind of debug mode to see which methods are called at which time? Another idea how to find the right spot might be the trigger of the scroll: I am using the hardware page turn buttons of the device to scroll down exactly one page. How would this be implemented, what should I search for to find the code that reacts on these buttons? (Also: how can I press these buttons in the emulator?)
I am sorry if I am asking too many noob questions. If there is relevant documentation I have obviously missed, please point me to it. Thank you very much for any help!
Try looking under res/anim*
mhier said:
I hope this is the right place to post a question about modifying an existing app. In the long run, I want to create a Xposed module to do the modification, but to get started I work with modding the decompiled app. The app in question is de.zeit.diezeit.epaper.android, which is a German newspaper reader app (I am not expecting anyone to know it). What I want to do is to get rid of the scrolling animation when reading an article, because I am using this app on an eInk device (Icarus Illumina).
Now my problem is, I don't find a starting point. I have to say I don't have much (read: almost none) experience with writing Android apps (although I have a lot of programming experience otherwise). Thus I have no idea how such an animation would be implemented. I searched for references to the Scroller class and replaced the duration argument of the startScrolling method by 5ms, but this didn't change anything.
Is there any way to run the app in some kind of debug mode to see which methods are called at which time? Another idea how to find the right spot might be the trigger of the scroll: I am using the hardware page turn buttons of the device to scroll down exactly one page. How would this be implemented, what should I search for to find the code that reacts on these buttons? (Also: how can I press these buttons in the emulator?)
I am sorry if I am asking too many noob questions. If there is relevant documentation I have obviously missed, please point me to it. Thank you very much for any help!
Click to expand...
Click to collapse
Hi, very late after the question, but I am considering buying an Illumina XL HD e-reader in order to have e-ink to read newspapers. What has been your experience with your device (which model in particular is it?)? Also, I would like to root it. Do you know if that is possible? Finally, did you manage to modify the app? If so, was it difficult?
Hi, hope you found the solution

[Q] Creating Sidebar

Hey everyone,
Let me first start off by saying that I do not expect anyone to give me code or anything like that, I am simply looking to be guided on what to do. So I want to make a sidebar, one on the home screen on Android. When I go to make the sidebar, would it be a widget or do I make a new app with the UI and just make the size different so it is simply on one side of the screen or the other? And then make sure it has the functionality to have apps dragged and dropped onto it as well as launch them? Or when people make these do they use a certain framework?
Any help would be appreciated, as well as any advice/ Thanks guys!

Categories

Resources