Sunday, February 3, 2013

How to erase an annoying program in android gt i9003?




moolerat


I have an app that keeps on updating called muamalat. I already erased it, installed it and erased it, and hard reset it. It still doesn't go away. How can i stop, block, or uninstall this program for good?


Answer
hi moolerat

What are some good resources to learn to program for android?




Adam S


I'm interested in doing some amateur programming for Android. What are some good resources to learn from? Either books or websites.


Answer
I would recommend NetBeans 6.9. It comes bundled with Java2Me. You add the Android plug-in which will help you edit code, but also provides an emulator. There are youtube tuts and books. Take your pick. Be aware that coding for handhelds is a compromise based upon techniques with limitations.

Maybe you know the xml files that make graphics called .svg? This is a wonderful way to make a gui that works like a liquid painting. The problem is currently a commercial product called tinysvg does the best job and requires a license. You can, however, write your own svg interpretors. Little ole Microsoft has their own idea that is incompatiable with the w3.org's svg standard.

So, there are 1,000 techniques to make Android stuff. You will pick your poison.

How can I strart programming with Android for smartphones like Xperia X10 ?




R Soltani


I want to start developing Apps for Android smart phoness like Xperia X10 , How can I do it?


Answer
1. Learn the Java programming language if you don't already know it. You can use the Java tutorial to get started: http://download.oracle.com/javase/tutorial/
2. Learn the Android APIs. Get started with the developer guide: http://developer.android.com/guide/basics/what-is-android.html
3. Write your app
4. Test it on as many devices as you can
5. Signup as an Android developer and release your app to the Android Market.




Powered by Yahoo! Answers

No comments:

Post a Comment