Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
6 new of 6 - Nov 23 2012
10 new of 10 - May 31 2012
1 new of 1 - May 22 2012
4 new of 4 - May 19 2012
3 new of 3 - May 11 2012
1 new of 1 - May 8 2012
2 new of 2 - Apr 29 2012
1 new of 1 - Apr 29 2012
4 new of 4 - Apr 27 2012
2 new of 2 - Apr 20 2012
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 177  Older »

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?
By Kristoffer Isaksson  - Feb 13 - 3 new of 3 messages    

I want to display next xml layout when a button is clicked on main screen. how to implement it in eclipse. 
  *main screen java code goes here*: package com.example.iolcalci; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.widget.Button; public class MainActivity extends Activity { private Button iol; @Override protected void onCreate(Bundle savedInstanceState) {... more »
By guru  - Dec 22 2012 - 4 new of 4 messages    

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
By srinuvasareddy avula  - Dec 21 2012 - 1 new of 1 message    

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 »
By davidmm...@gmail.com  - Dec 14 2012 - 4 new of 4 messages    

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.
By LaVern tucker  - Oct 31 2012 - 2 new of 2 messages    

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 »
By hans mayer  - Oct 27 2012 - 3 new of 3 messages    

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 »
By Janine White  - Aug 8 2012 - 9 new of 9 messages    

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 »
By Kristoffer Isaksson  - Jul 11 2012 - 5 new of 5 messages    

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 »
By rumtscho  - Jun 1 2012 - 1 new of 1 message    

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 »
By James Carl  - May 31 2012 - 2 new of 2 messages    

1 - 10 of 177   « Newer | Older »

XML       Send email to this group: android-for-beginners@googlegroups.com