[Q] Touch screen development question - Android Software Development

Hi Guys,
Im new to android app development and I need to know if either "android.gesture" would be suitable to use for my app or to just use the event listeners.
This app requires users to draw on the touch screen. (eg: Draw a square) The app will then assess if the drawing is correct. And will return a correct or incorrect
Any ideas would be of great help!

Related

[Q] Make applications fit to screen

Hey all, I dont know if anyone can help or if there is even a solution...
I have a few aplications that are designed for other android devices, when I run them they dont fit the screen fully ie only fill 1/2 or 1/4 of the screen, is there any way to configure the device to run them in full screen or is there an application that will stretch the app to fit?
Thanks in advance.
Send feedback to the developer so they can fix it. Don't think there is anything you can do, at least I haven't heard of anything.
Sent from my Dell Streak

[Q] simple Weather script help

Hello fellow Android lovers,
i am noob coder who just started to do some android programming. Right now I have my small app running but have some problems adding weather infos. What i want to do is just ask for the weather condition and based on the condition i want to change the source of my ImageView object. Besides i want to display the temperature and location.
Unfortunatly i could not help my self and find a solution. Maybe one of you guy can show a little example code. The stuff on the net are always too complicated :S
thanks in advance
BUMP
no one

[Q] Possible to Use VJBrisk to Open Alternate Start Menu Program?

Hello everyone. The title pretty much sums up my question. Basically, I would like to use VJBrisk to trigger a second program whenever the start menu is triggered. I don't know if this is possible and I haven't found anything suggesting that it is.
I am using a stock 6.5 rom on my LG Expo in order to narrow things down a bit.
Any help would be much appreciated.
Thanks.

[Q] Can't get my app to scroll

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

[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

Categories

Resources