[android-beginners] Re: New Beginner

2008-05-29 Thread Ahmed Abdel samea
Also u can enter the documantation of google in site and see how to install it in ecllipse _ __ Ya Rab wafa2neee we Wafa2 Emy we Maram we Mohamed Amr we Ibraaa we Virus we Sa3d we Na7as we `7aled we Tamer we Amr Salah we Cheetos we 3asem we Mona we Mayada we so3ad B

[android-beginners] Re: How to set LIstener on ListView

2008-05-24 Thread Ahmed Abdel samea
how can i inside the code specify which list view is clicked as i must make the id a by certain name how can i know     Yours, --( H o H i )-- --- On Sat, 5/24/08, Mark Murphy <[EMAIL PROTECTED]> wrote: From: Mark Murphy <[EMAIL PROTECTED]> Subject: [android-beginners] Re: How to set LIste

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread Ahmed Abdel samea
I dont know these things in the log :D   but i tried the compiler on the a PC celeron D 204 Ghz & 1 GB RAM it tooks about 15 min so its normal :D   Yours, --( H o H i )- On Fri, 5/16/08, prodvit <[EMAIL PROTECTED]> wrote: From: prodvit <[EMAIL PROTECTED]>Subject: [android-beginners] Re:

[android-beginners] Re: question on getSelectedItemId function

2008-05-12 Thread Ahmed Abdel samea
I will tell you in the create new note the id field in database take th rowid in the listview as its id ok so when i delete all what i need is that id so i retrieve it from the listview as i said before the rowid is the id in the database   Hope i have answered ur question   Yours, --( H o

[android-beginners] Re: to change the height of rows that are displayed in listDialoque .

2008-05-10 Thread Ahmed Abdel samea
sorrry i press send wrong   go to the xml file that specifies the row and change the attribue   android:layout_height = "30px"   choose instead of the high light the height u want   Yours, --( H o H i )- On Sat, 5/10/08, Hitesh <[EMAIL PROTECTED]> wrote: From: Hitesh <[E

[android-beginners] Re: to change the height of rows that are displayed in listDialoque .

2008-05-10 Thread Ahmed Abdel samea
go to the xml file that specifies the row and change the attribue     Yours, --( H o H i )- On Sat, 5/10/08, Hitesh <[EMAIL PROTECTED]> wrote: From: Hitesh <[EMAIL PROTECTED]>Subject: [android-beginners] to change the height of rows that are displayed in listDialoque .T

[android-beginners] Re: Notepadv2 - please update the tutorials

2008-05-08 Thread Ahmed Abdel samea
we need the cursor in onListItemClick() as we need to retrive the title and body from the database and pass it to the edit class   mDbHelper we use it as it is a refrence to the object mDb in class NotesDbAdapter   function delete note u can find its implementation in class NotesDbAdapter which wi

[android-beginners] Re: I have a strange Bug

2008-05-08 Thread Ahmed Abdel samea
]>Subject: [android-beginners] Re: I have a strange BugTo: "Android Beginners" Date: Wednesday, May 7, 2008, 10:05 PMI think you should try something like songListView.getAdapter().getItem(mNowPlaying) and I think it will be a TextView object in your case. On May 7, 11:23 am, Ahmed Abdel s

[android-beginners] I have a strange Bug

2008-05-07 Thread Ahmed Abdel samea
i am making a music player called Mobi3 I had a strange problem when i made a playlist of the form of ListView and contain all music in it like the one in WinAmp so when i shuffle i delete all entries in the listview then get the new entries after shuffle and insert it in the list view again. and

[android-beginners] Re: 2 xml files in one java file

2008-05-05 Thread Ahmed Abdel samea
I didnt try it but i dont think so i can define a whole form then define another one this will result that the last one is setted only  but that whats is logical   Yours, --( H o H i )- On Mon, 5/5/08, scorpio <[EMAIL PROTECTED]> wrote: From: scorpio <[EMAIL PROTECTED]>Subject: [android

[android-beginners] Re: hey!!neeedd help to get started!!

2008-05-01 Thread Ahmed Abdel samea
hey Marayam I also started to learn java and android soon  and by will of the god i become some how good at it   About the java I had some presentation slides that helped me this is its link : http://www.4shared.com/file/46039911/ed05b6b7/JAVA_Training_Course.html (in each slide read the notes t

[android-beginners] Re: Notepadv1 - cannot locate the NotesdbAdaptor class

2008-05-01 Thread Ahmed Abdel samea
The tutorial is up to date and there is nothing missing in it. May be it is some how confusing if it is the first time to u using android. If u try to run directly the Notepadv1 file directly may be some errors will happen becz it is un completed. About the class NotesdbAdapter.java this is its co

[android-beginners] Re: I wana ask about creating own views

2008-04-30 Thread Ahmed Abdel samea
er; > > import android.content.Context; > import android.graphics.Canvas; > import android.graphics.Paint; > import android.graphics.RectF; > import android.graphics.Paint.Style; > import android.view.View; > > /** > * > * @author Ahmed

[android-beginners] Re: ImageView/ImageButton question

2008-04-30 Thread Ahmed Abdel samea
Hey, I am also some how beginner in android but what i know to change the pic of the image button dynamically i use the resources not the URi (as i dont know it) this is my code:ImageButton ib = (ImageButton) findViewById(R.id.image_button_id); ib.setImageResource(R.drawable.image_name_in_res);