You cannot post messages because only members can post, and you are not currently a member.
Description:
A new Google Group to replace the soon to close Android Beginner Group.
|
|
|
Sort an ArrayList
|
| |
Hello. Here is how i create my ArrayList List<Video> videos = new ArrayList<Video>(); And i add info the the list like this videos.add(new Video(title, url, thumbUrl, sort)); How should i do to sort this list by my String sort? Could i use the Collections.sort in any way in my case?
|
|
Time Based Trigger in Android
|
| |
Good idea thanks.. but my requirement have 10 schedules are there so i
have to create 10 pending intent and services.is there any optimization
method to create single pending intent and single service...
Thanks
Srinivas
...
...
-- srinivas
|
|
Android mapview help!!!
|
| |
I would like to draw a circle overlay in my android app, which I can ofcourse easily do and add a color to it as well. But what I would really like to do is to keep the circle transparent and shade the outside of the circle (the rest of the world) with a light gray color. I tried to add the circle as a path, shade the world and clip the circle... more »
|
|
First app Sqlite problems
|
| |
I am working on my first app and I am having some problem with the information in my data base. I have no problem when searching and bringing up info, but I need to scroll have tried a number of way but no luck..help also formating the info.
|
|
MyFirstApp - message not transfered to second window
|
| |
hello if followed the instructions of [link] until "Starting Another Activity" using eclipse SDK 4.2.1 i could compile, upload and start the app successfully. But when i enter the "send" button i see in the next screen "hello world" independent which text i entered in the send field. any ideas... more »
|
|
DisplayMessageActivity not recognized in My First App
|
| |
I'm trying to build My First App in Eclipse. DisplayMessageActivity.class is not recognized in MainActivity.java with the error message DisplayMessageActivity cannot be resolve to a type. I have added the activity to the Manifest. I tried as shown below and putting the DisplayMessageActivity inside the MainActivity tags. I also tried... more »
|
|
2d array and listview
|
| |
Hello. Right now iam working with listview and arraylist and it works as it should String data = "test:37;testar:65;testing:43; "; String [] strings = data.split(";"); List<String> list = Arrays.asList(strings); ArrayAdapter<String> adapter = new ArrayAdapter<String>(FriendsAc tivity.this, android.R.layout.simple_list_i tem_1, android.R.id.text1, list);... more »
|
|
Ant fails to compile the first app from the tutorial
|
| |
I wanted to start programming for Android, but failed at the first
step ([link]
app.html). When I run ant debug, I get an error,
"java.lang.NoClassDefFoundErro r:
com.android.sdklib.internal.bu ild.DebugKeyProvider". I suspect a bad
installation of the SDK.... more »
|
|
some nice tutorials for the beginner :)
|
| |
Tutorials list:
Access.2010.Queries.in.Depth
Android Tutorial - Lessons
Cocos2D Box2d Tutorials
Cocos2D iPhone Tutorials (Bucky)
Cocos2D Tutorial
Create.an.Online.Portfolio.wit h.WordPress
Create.Animated.Rollovers.With .jQuery.and.Dreamweaver
CSS.And.XHTML.For.Web.Developm ent
CSS.For.Developers... more »
|
|
|