Re: [android-developers] onsaveinstancestate Beginner guidance

2010-12-03 Thread Robin Talwar
That's really helpfull of you. Thanks But can you provide me with a simple java code with which i can save the text entered in the EditText using all the necessary methods like oncreate() and onsaveinstancestate or onrestoreinstancestate. Please if you could do that it will save a lot of time and

Re: [android-developers] What is Cursor??

2010-12-05 Thread Robin Talwar
Thanks Artak Last one helped a lot. I guess i would have to first get strong hand over java before jumping in android world. Regards On Sun, Dec 5, 2010 at 4:15 PM, Artak Kalantarian ar...@burlymarmot.comwrote: http://developer.android.com/reference/android/database/Cursor.html This interface

Re: [android-developers] Re: What is Cursor??

2010-12-06 Thread Robin Talwar
. There is also lots of help around the internet now. On Dec 5, 10:52 am, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Thanks Artak Last one helped a lot. I guess i would have to first get strong hand over java before jumping in android world. Regards On Sun, Dec 5, 2010 at 4:15 PM, Artak

Re: [android-developers] SQLite problem

2010-12-07 Thread Robin Talwar
Yes i can see the home screen. Do you have some time to read my code? It wont take much time as it is basic application On Tue, Dec 7, 2010 at 7:09 PM, Kostya Vasilyev kmans...@gmail.com wrote: Is the emulator already running at this point? Did you give it enough time to properly start up

Re: [android-developers] SQLite problem

2010-12-07 Thread Robin Talwar
07.12.2010 16:41, Robin Talwar пишет: Yes i can see the home screen. Do you have some time to read my code? It wont take much time as it is basic application On Tue, Dec 7, 2010 at 7:09 PM, Kostya Vasilyev kmans...@gmail.comwrote: Is the emulator already running at this point? Did you

Re: [android-developers] SQLite problem

2010-12-07 Thread Robin Talwar
Yes yes it is very much there. On Tue, Dec 7, 2010 at 7:36 PM, Kostya Vasilyev kmans...@gmail.com wrote: Did the application actually install on the emulator? Can you run it from the emulator's installed applications list? -- Kostya 07.12.2010 16:55, Robin Talwar пишет: Yes i created

Re: [android-developers] Speech To Text is possible or not ?

2010-12-08 Thread Robin Talwar
Thanks Daniel Can i use emulator to test this? I do have mike... or i should test it through a phone? On Wed, Dec 8, 2010 at 4:24 PM, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: There you go:

Re: [android-developers] Voice Recognition

2010-12-09 Thread Robin Talwar
Yes this is the same code which i am writting And in my emulator it is showing Recognizer Not Present So i think it will rather run on a device than an emulator. Could you direct me to some tutorial which explains that what applications or libraries should i first install in my device and how so

Re: [android-developers] How to Play Video...?

2010-12-21 Thread Robin Talwar
Simple way is to make another activity and then put all the MediaPlayer code in that activity Call the above made activity through intent on onlistitemclick event. On Tue, Dec 21, 2010 at 4:59 PM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi, I can be able to display

Re: [android-developers] how to promote about the paid app!!!

2010-12-27 Thread Robin Talwar
Make a demo video of your app and place it on youtube share it on social networks. This also may help On Tue, Dec 28, 2010 at 8:35 AM, Manoj Maurya manojk.mau...@gmail.comwrote: 1. You should have launched a free version in first place. 2. Design a beautiful showcase for market. 3. In free

Re: [android-developers] Re: pdf reader

2010-12-28 Thread Robin Talwar
Even i would like to have the answer of this query. Please if anyone could share a link or tutorial it would be nice. On Wed, Dec 29, 2010 at 8:14 AM, DanH danhi...@ieee.org wrote: Send intent. Tricky. Some PDF readers not respond to some intent. Must learn different. On Dec 27, 6:00 am,

Re: [android-developers] Re: pdf reader

2010-12-28 Thread Robin Talwar
This is my onclick code public void onClick(View v) { // TODO Auto-generated method stub Intent i = new Intent(); i.setAction(Intent.ACTION_VIEW); i.setDataAndType(Uri.parse(file:///raw/unlockingandroid.pdg), application/pdf); try{

Re: [android-developers] Re: pdf reader

2010-12-29 Thread Robin Talwar
); or is it that the path in Uri.parse() is still incorrect I have the pdf in raw folder On Wed, Dec 29, 2010 at 4:49 PM, Mark Murphy mmur...@commonsware.comwrote: Your Uri is invalid. Please use a valid path to your file. On Wed, Dec 29, 2010 at 2:56 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote

Re: [android-developers] Re: pdf reader

2010-12-29 Thread Robin Talwar
Then what do you suggest? Should i put the pdf on net and put it's url ? On Wed, Dec 29, 2010 at 9:36 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Dec 29, 2010 at 10:58 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Sorry I checked the path and i made a foolish mistake

[android-developers] Robin Talwar wants to chat

2010-12-31 Thread Robin Talwar
--- Robin Talwar wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8acf027b4a-81b1fe32d6-8CfQJ4At8B7LEL9OIkwscAfP2Yc You'll

Re: [android-developers] how to fetch the facebook friend list

2011-01-07 Thread Robin Talwar
even i am on the same boat. Would appreciate some guidance On Fri, Jan 7, 2011 at 12:51 PM, rajesh chandrasekaran crajeshdanger...@gmail.com wrote: Hi I am new in android. In my android application i have one button if user click that then i need to display the friend list of the facebook

Re: [android-developers] Re: Application Back button not working

2011-01-09 Thread Robin Talwar
The code is there and is still running fine on my office machine. But on other machines it is not. The back button has simple intent call defined to the home.class. Its weird the code working on one machine and not on other On Mon, Jan 10, 2011 at 10:35 AM, Sarwar Erfan

Re: [android-developers] Re: 2D game BallBraker

2011-01-12 Thread Robin Talwar
Thanks guys for the links and suggestions. I am going through your article also robert it seems to be quite helpfull. Regards On Wed, Jan 12, 2011 at 4:50 PM, Federico Paolinelli fedep...@gmail.comwrote: @Rob: nice post, I'll read it. I am pretty curious about game development. @Abhishek:

Re: [android-developers] What is an Adapter??

2010-11-24 Thread Robin Talwar
Hey thanks It worked and now i got an idea of what an adapter is. Well my next milestone will be how to create a custom view can you tell me something about that also? On Wed, Nov 24, 2010 at 7:25 PM, TreKing treking...@gmail.com wrote: On Sun, Nov 21, 2010 at 3:16 AM, Abhishek Talwar

Re: [android-developers] What is an Adapter??

2010-11-24 Thread Robin Talwar
...@gmail.com wrote: On Wed, Nov 24, 2010 at 10:27 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Well my next milestone will be how to create a custom view can you tell me something about that also? Please spend some time reading the documentation. Like this: http://developer.android.com

Re: [android-developers] How to create a custom View

2010-11-24 Thread Robin Talwar
No i dont want to do it this way. I have done this much. This time i want to learn how to create a custom view. Please help On Thu, Nov 25, 2010 at 12:28 AM, Kumar Bibek coomar@gmail.com wrote: Use a simple ImageButton, and handle the click events to change the Images for the ImageButton.

Re: [android-developers] Re: Google Map activity not working

2010-11-27 Thread Robin Talwar
=com.google.android.maps / activity android:name=.mymap intent-filter ... /intent-filter /activity /application On Nov 27, 9:41 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote

Re: [android-developers] Re: Google Map activity not working

2010-11-27 Thread Robin Talwar
intent-filter ... /intent-filter /activity /application On Nov 27, 9:41 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Thanks for your reply Is this what you are asking

Re: [android-developers] Re: and it's Google Map again

2010-11-29 Thread Robin Talwar
Thanks for replying I will be careful from now onwards. My application is running but the map is not visible. As i have mentioned in the code that i have 3 linearlayouts. One parent Linear Layout and 2 child Linear Layout In first child linear layout i have orientation = horizontal and have 5

Re: [android-developers] Re: and it's Google Map again

2010-11-29 Thread Robin Talwar
Man thanks a lot. When i changed the android:layout_height to wrap_content it started showing some white stuff. Then i changed the manifest file as you suggested and then i could get the google map working in place of white space. I guess it shows white space when the application can not access

Re: [android-developers] Re: Creating a PDF on Adroid?

2010-12-03 Thread Robin Talwar
Just a curious beginner. Hey can i display the pdf file in my application? If so then how 2010/12/3 viktor victor.scherb...@gmail.com I think you can use iText library. I used it on server side, it should works on Android too. On 3 Грд, 07:31, Zsolt Vasvari zvasv...@gmail.com wrote:

Re: [android-developers] SMS application

2011-01-14 Thread Robin Talwar
can i create a service in which i fwd every incoming msg? everytime the phone recieves it On Sat, Jan 15, 2011 at 10:49 AM, Kumar Bibek coomar@gmail.com wrote: You cannot block the system inbox to get new messages. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On

Re: [android-developers] Create Custom Shaped Image Button

2011-01-23 Thread Robin Talwar
You would have to make another class and extend it by views then overwrite the constructor and ondraw() method then you can make the object of it in the java class and use it On Sun, Jan 23, 2011 at 2:09 PM, Faheem Khatri faheemkhatr...@gmail.comwrote: Is it possible to create custom shaped

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread Robin Talwar
Yes i have done everything now if i run the build on 2.1 it says Android Library project could not be launched On Sat, Jan 29, 2011 at 3:16 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: May be i messed up something in the process of converting it to 2.1 I have navigated to android tools

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread Robin Talwar
and in console it says Could not find MyApplication.apk! On Sat, Jan 29, 2011 at 5:06 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Yes i have done everything now if i run the build on 2.1 it says Android Library project could not be launched On Sat, Jan 29, 2011 at 3:16 PM, Marcin

Re: [android-developers] SimlpleCursorAdapter and ListView with custom row and a checkbox

2011-01-29 Thread Robin Talwar
Its better to use ArrayAdapterString adapter=new ArrayAdapterString(playlist_new.this,android.R.layout.simple_list_item_multiple_choice,song_name); lv.setAdapter(adapter); lv.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE); On Sat, Jan 29, 2011 at 10:51 PM, Nick ympe...@gmail.com

Re: [android-developers] Make Money Online

2011-01-31 Thread Robin Talwar
This is such fluke I get around 2000 clicks a day on one of my clients website and they earn nothing through this pay per click stuff. On Mon, Jan 31, 2011 at 3:07 PM, Vijay Varma vijayvarma...@gmail.comwrote: Get New ideas for easy way of employment and buisness by just sitting at your

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
: On Sat, Jan 29, 2011 at 12:36 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Yes i have done everything now if i run the build on 2.1 it says Android Library project could not be launched Check the project properties. It looks like you have checked the Is library checkbox

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
I am using fill_parent On Mon, Jan 31, 2011 at 4:27 PM, David Erosa García soul...@gmail.comwrote: On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García soul...@gmail.com wrote: On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ok now i have added

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
? 31.01.2011 14:27, Robin Talwar пишет: I am using fill_parent On Mon, Jan 31, 2011 at 4:27 PM, David Erosa García soul...@gmail.comwrote: On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García soul...@gmail.com wrote: On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
trace, including below Caused by: -- Kostya 31.01.2011 14:34, Robin Talwar пишет: Caused due to Null Pointer Exception but the same code runs on 2.2 so it is quite wierd I have async task in my application to show progress dialog while the app is parsing xml by the time On Mon, Jan 31

Re: [android-developers] Re: Device idea

2011-02-01 Thread Robin Talwar
Guys even me and my frnds are interested in doing stuff like this But android porting involved much time and focus but then you will never get time untill you start up from something. On Wed, Feb 2, 2011 at 1:39 AM, Brill Pappin br...@pappin.ca wrote: Two basic stages. 1) build a device 2)

Re: [android-developers] changing the name i guess?

2011-02-01 Thread Robin Talwar
Change the package name Change the package name in androidManifest.xml Change all the imports respectively if you have any On Wed, Feb 2, 2011 at 2:36 AM, TreKing treking...@gmail.com wrote: On Tue, Feb 1, 2011 at 2:42 PM, kiros88 ghui...@gmail.com wrote: so what i want to do is have another

Re: [android-developers] Re: Android beginner

2011-02-02 Thread Robin Talwar
the same kind of error is the one which i get when i downgrade my app from 2.2 to 2.1 and i am not using any specific library. I have done all the changes like in manifest file and project properties then cleaned the project and still it gives the error. I dont knw much how to debug but all i can

Re: [android-developers] Can't properly stop a thread

2011-02-02 Thread Robin Talwar
Hey Kostya can async task be the reason i can not properly play my application in 2.1 while it works fine in 2.2?? On Wed, Feb 2, 2011 at 4:54 PM, Kostya Vasilyev kmans...@gmail.com wrote: Adam, interrupt() doesn't necessarily stop a thread right then and there. It sets an internal flag,

Re: [android-developers] Video View // Media Controller ?? Show(0) = Null Pointer Exception = Frustrated

2011-02-02 Thread Robin Talwar
Do i need to make a custom Media Controller?? Is there any Framelayout related in this stuff anywhere in layout file? On Thu, Feb 3, 2011 at 2:26 AM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Guys i am playing an video with a video view . So far it is cool and video plays nice but

Re: [android-developers] Video View // Media Controller ?? Show(0) = Null Pointer Exception = Frustrated

2011-02-03 Thread Robin Talwar
; } catch (Exception e) { e.printStackTrace(); } super.onBackPressed(); } }; On Thu, Feb 3, 2011 at 2:36 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Do i need to make a custom Media Controller?? Is there any Framelayout related in this stuff

Re: [android-developers] Post on Facebook wall post for beginner

2011-02-03 Thread Robin Talwar
Thanks for the gr8 code but i am already running the application and i am able to login to the facebook account and add a status message but what i actually want is to also show a link option and an image. I think adding this peice of code should work :- parameters.putString(link,

Re: [android-developers] Post on Facebook wall post for beginner

2011-02-04 Thread Robin Talwar
\,\src\:\+ http://www.google.com/logos/mucha10-hp.jpg+\,\href\:\+; http://www.google.com+\}]; +}); On Fri, Feb 4, 2011 at 11:55 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Thanks for the gr8 code but i am already running the application and i am able to login to the facebook account

Re: [android-developers] Facebook = Done ; Twitter = Pending ; Developers please guide

2011-02-04 Thread Robin Talwar
This is the code which i am using :- package org.myTweet; import oauth.signpost.OAuthProvider; import oauth.signpost.basic.DefaultOAuthProvider; import oauth.signpost.commonshttp.CommonsHttpOAuthConsumer; import oauth.signpost.exception.OAuthCommunicationException; import

Re: [android-developers] Back button not working

2011-02-04 Thread Robin Talwar
This is what i have found out for you :- 02-05 00:09:50.429: WARN/System.err(256): java.lang.NullPointerException 02-05 00:09:50.450: WARN/System.err(256): at com.hungama.myplay.db.DBManager.scanAndSaveFiles(DBManager.java:125) 02-05 00:09:50.450: WARN/System.err(256): at

Re: [android-developers] Back button not working

2011-02-04 Thread Robin Talwar
h ok thanks man On Sat, Feb 5, 2011 at 12:26 AM, TreKing treking...@gmail.com wrote: On Fri, Feb 4, 2011 at 12:41 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: But i have no idea what is it saying Then you need to spend some time learning how to read stack traces, as it's

Re: [android-developers] Any twitter updates??

2011-02-04 Thread Robin Talwar
If i am posting out here than that means that i am struggling finding some tutorial. If you have any link to share den plz... On Sat, Feb 5, 2011 at 12:28 AM, TreKing treking...@gmail.com wrote: On Fri, Feb 4, 2011 at 12:35 PM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: somehow i

Re: [android-developers] Any twitter updates??

2011-02-04 Thread Robin Talwar
at 1:09 AM, TreKing treking...@gmail.com wrote: On Fri, Feb 4, 2011 at 1:04 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: If i am posting out here than that means that i am struggling finding some tutorial. No, posting on here does not mean that you're struggling finding some

Re: [android-developers] Any twitter updates??

2011-02-04 Thread Robin Talwar
5, 2011 at 1:04 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Why is it so hard for you to understand. I was looking for a reference tutorial which anyone of you would have tried and got it working. Well why is it so hard for you to understand that you did not make this clear

Re: [android-developers] Any twitter updates??

2011-02-06 Thread Robin Talwar
:) On Sat, Feb 5, 2011 at 10:27 PM, TreKing treking...@gmail.com wrote: On Sat, Feb 5, 2011 at 1:34 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Sorry i have read your other posts also you keep replying in the same tone anyways It is very difficult to convey tone in emails / posts. Tone

Re: [android-developers] Re: Any twitter updates??

2011-02-06 Thread Robin Talwar
out there: http://code.google.com/p/agirardello/source/browse/trunk/OAuthExample/src/ch/ethz/oauth/OAuth.java#115 On Feb 6, 3:49 am, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ya i got you. May be i got you wrong plus there are not much android experienced developers who like

Re: [android-developers] Any twitter updates??

2011-02-06 Thread Robin Talwar
:) thanks On Mon, Feb 7, 2011 at 1:57 AM, TreKing treking...@gmail.com wrote: On Sun, Feb 6, 2011 at 2:49 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ya i got you. May be i got you wrong plus there are not much android experienced developers who like to encourage beginners out

Re: [android-developers] Re: Any twitter updates??

2011-02-06 Thread Robin Talwar
://developer.android.com/guide/topics/resources/accessing-resources.html On Feb 6, 1:51 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: hey thanks for sharing the link i have added all the three jars and made one class file copied the code. Everything is fine i have removed many errors by importing

Re: [android-developers] Android emulator can't find internet connection

2011-02-07 Thread Robin Talwar
Do u have this in manifest file :- uses-permission android:name=android.permission.INTERNET/uses-permission You have to set permission in manifest file for emulator to access internet On Mon, Feb 7, 2011 at 9:55 PM, Lidia G lidyp...@yahoo.com wrote: Hello guys, Please help me solve this

Re: [android-developers] Re: Any twitter updates??

2011-02-09 Thread Robin Talwar
jtwitter 2.1.7 or latest since the code has jtwitter 2.1.0 and i got stuck for 4 hours for that reason * Note: Be careful in mentioning the Callback Url* On Mon, Feb 7, 2011 at 3:16 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Ok i got it i organized all my jar files in lib folder and made

Re: [android-developers] Canvas or Gesture??

2011-02-14 Thread Robin Talwar
Ok lemme refine the question. How to use canvas to sensetize the touch event and then save the image created by the user through touch and mail it as an attachment On Mon, Feb 14, 2011 at 7:13 PM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hi guys I have to make an application in

Re: [android-developers] Canvas or Gesture??

2011-02-14 Thread Robin Talwar
but i also need to save it and then convert the gesture to image and then mail it as an attachment. Is that all possible? can i convert a gesture into an image? On Tue, Feb 15, 2011 at 2:06 AM, Marcin Orlowski webnet.andr...@gmail.comwrote: How to use canvas to sensetize the touch event and

Re: [android-developers] Canvas or Gesture??

2011-02-15 Thread Robin Talwar
, Marcin Orlowski webnet.andr...@gmail.comwrote: On 14 February 2011 21:40, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Is that all possible? can i convert a gesture into an image? No. But you can paint on your canvase based on user gestures or touches. I'd suggest you read some basics

Re: [android-developers] Canvas or Gesture??

2011-02-16 Thread Robin Talwar
On Tue, Feb 15, 2011 at 6:35 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 15 February 2011 13:10, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Saving this bitmap and String path = Environment.getExternalStorageDirectory().toString(); OutputStream fOut = new FileOutputStream

Re: [android-developers] Canvas or Gesture??

2011-02-16 Thread Robin Talwar
(); break; case MotionEvent.ACTION_UP: touch_up(); invalidate(); break; } return true; } } On Tue, Feb 15, 2011 at 6:35 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 15 February 2011 13:10, Robin Talwar

Re: [android-developers] Album Art in Video View

2011-02-18 Thread Robin Talwar
I just want to know how to fetch the album art of the downloaded song. I am downloading songs from my application which is running on emulator. All i have searched over net and only solution till now i have got is amazon webservice solution but i want the album art to be showing even if the user

Re: [android-developers] Re: How can i control room lights with my android phone :)

2011-02-20 Thread Robin Talwar
i beleive this is what you mean http://en.wikipedia.org/wiki/X10_%28industry_standard%29 On Mon, Feb 21, 2011 at 3:49 AM, Spiral123 cumis...@gmail.com wrote: X10 On Feb 20, 5:07 pm, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: I know there are some i-phone apps for this. So here

Re: [android-developers] Re: How can i control room lights with my android phone :)

2011-02-20 Thread Robin Talwar
Well ya i think i shud first try my hands on hooking the light to internet and then delve into doing this with mobile phone. I can see some resource available for that still go ahead if anyone wants to share a link. On Mon, Feb 21, 2011 at 8:01 AM, metal mikey coref...@gmail.com wrote: Here's

Re: [android-developers] LIST

2011-02-22 Thread Robin Talwar
you can check your api demos which are present in your SDK folder - samples Import it and play On Fri, Feb 18, 2011 at 6:21 AM, The Guy abdul.pan...@gmail.com wrote: Am a beginner at android programming and am trying to create a list view that has several options and within those options

Re: [android-developers] Re: How can i control room lights with my android phone :)

2011-02-22 Thread Robin Talwar
Thanks man I appreciate it On Mon, Feb 21, 2011 at 11:44 PM, Raivis raivu...@gmail.com wrote: I suggest You to start almost from scratch, buy an arduino, build your own circuit. Connect it to computer, then connect your android app with computer which will control your lights. Then you can

Re: [android-developers] Lazy Loading in custom View

2011-03-01 Thread Robin Talwar
Sorry couldnt manage to get the screenshot some problem in my sdk i guess. Though i can share the code of my list item package com.hungama.myplay.utils; import java.io.IOException; import java.net.URL; import android.app.Activity; import android.graphics.Bitmap; import

Re: [android-developers] Downgrade from api level 8 to 7 gives weird logcat.... HELP

2011-03-04 Thread Robin Talwar
Ok now i really dont understand what has the logcat to do with my emulator configuration. The above logcat was pasted when i started the 2.1 emulator with wvga800 and screen size (in) = 5 The following is the logcat which i get when i start the same emulator with screen size (in) = 6 Monitor

Re: [android-developers] Downgrade from api level 8 to 7 gives weird logcat.... HELP

2011-03-04 Thread Robin Talwar
The line 161 is :- for (int i = 0; i tracks.size(); i++) Where tracks is an arrayList and all this code is* working fine in 2.2* On Sat, Mar 5, 2011 at 12:36 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Ok now i really dont understand what has the logcat to do with my emulator

Re: [android-developers] How to update the media database

2011-03-09 Thread Robin Talwar
the code that i am using right now is File f = new File(PathToFile); f.delete(); and when i switch off the phone and switch on again then the database is updated and i am shown the correct list. But i want to update the list the time the user clicks the Delete button. Any help will be much

Re: [android-developers] How to update the media database

2011-03-09 Thread Robin Talwar
Thanks trekking I am able to update the music list now but to see the updated list now i dont have to restart my phone but restart the application. Well somewhat close but not enough :) On Thu, Mar 10, 2011 at 2:17 AM, TreKing treking...@gmail.com wrote: On Wed, Mar 9, 2011 at 2:35 PM, Robin

Re: [android-developers] How to update the media database

2011-03-09 Thread Robin Talwar
android:scheme=file / /intent-filter But i can not get the updated list at that very instant On Thu, Mar 10, 2011 at 3:03 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Thanks trekking I am able to update the music list now but to see the updated list now i dont have to restart my phone but restart

Re: [android-developers] How to update the media database

2011-03-09 Thread Robin Talwar
don't see this and see the updated list On Thu, Mar 10, 2011 at 3:05 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: I needed to add the following code :- sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse(file:// + Environment.getExternalStorageDirectory(; in my class file

Re: [android-developers] How to update the media database

2011-03-09 Thread Robin Talwar
I think i have to call finish() and then somehow run the activity in order to show the updated list On Thu, Mar 10, 2011 at 3:19 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Well this is what i got when i checked my logcat 03-10 03:17:27.732: ERROR/MediaScannerService(401): Failed

Re: [android-developers] game source code

2011-03-10 Thread Robin Talwar
On Thu, Mar 10, 2011 at 2:49 PM, a a harvey.a...@gmail.com wrote: HI guys, would you share with me where can i get some android game souce code like angrybirds...? Nobody has that and the owner will not do that. Even if someone provides you, u wont be able to understand that complex code

Re: [android-developers] Android-voice chat

2011-03-10 Thread Robin Talwar
Yes i am sure it must be by some way or other On Thu, Mar 10, 2011 at 2:40 PM, Jayanthi jaia...@gmail.com wrote: Hi, can anyine tell me Whether voice chat and video conference is possible in android -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Android-voice chat

2011-03-10 Thread Robin Talwar
Ya sure... just wait i will provide you the complete source code On Thu, Mar 10, 2011 at 5:30 PM, Jayanthi jaia...@gmail.com wrote: Fine, Do google provide any Library for video conference On Mar 10, 4:18 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Yes i am sure it must be by some

Re: [android-developers] DTD Handlers aren't supported.

2011-03-10 Thread Robin Talwar
i had the same problem In my parser i replaced the qName with localName parameter and boom i got it working. Hope that works :) On Fri, Mar 11, 2011 at 1:02 AM, Adam Ashton adamash...@gmail.com wrote: It's the xpath that wasn't put in until level 8. On 10 March 2011 18:51, TreKing

Re: [android-developers] DTD Handlers aren't supported.

2011-03-10 Thread Robin Talwar
Ok following is the peice of code how it should be. qName and localName are the arguments which you place in startElement and endElement. Code :- public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { // reset

Re: [android-developers] Re: Any idea for Augmented Reality??

2011-03-13 Thread Robin Talwar
Thanks for that bro but apparently i think u dint check out all the google results and my android post comes first in it since there are not good related posts. Anyways i was asking some experienced guy for help and not the one who needs to Get a Life so kindly ignore On Mon, Mar 14, 2011 at 2:32

Re: [android-developers] About Android Application Development

2011-03-14 Thread Robin Talwar
or you could use logger. I used to toast in beginning to find the flow and as far as the project stuff is related; android gives many API demo :) On Tue, Mar 15, 2011 at 9:41 AM, Mahavir Jain vir.j...@gmail.com wrote: You can do this in following way: 1) Open command prompt. 2) navigate to

Re: [android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Robin Talwar
What is maven ? On 15 Mar 2011 22:23, Adrian Vintu adrianvi...@gmail.com wrote: You can try http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html It's free and works pretty good. BR, Adrian Vintu http://adrianvintu.com On Tue, Mar 15, 2011 at 3:37 PM,

Re: [android-developers] create Image from String

2011-03-15 Thread Robin Talwar
I think you want to convert your TextView to bitmap. you can follow this link :- http://www.techjini.com/blog/2010/02/10/quicktip-how-to-convert-a-view-to-an-image-android/ On Wed, Mar 16, 2011 at 2:22 AM, TreKing treking...@gmail.com wrote: On Tue, Mar 15, 2011 at 1:53 AM, Rahul Garg

Re: [android-developers] Twitter ERROR 401 Authentication credentials are missing

2011-03-18 Thread Robin Talwar
I am using commonsHttp client and twitter 4J for sharing and authentication On Fri, Mar 18, 2011 at 8:49 PM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hey guys I have a button in my application which posts on twitter the song the user is listening to. While creating this

Re: [android-developers] Endless scrolling in GridView

2011-03-19 Thread Robin Talwar
Yes exactly that is what i need. How to find that the user has reached the end of the scroll in grid view?? On Sat, Mar 19, 2011 at 3:10 AM, Shane Isbell shane.isb...@gmail.comwrote: You don't need to customize the view. Implement pagination of the xml doc on the server. When the user reaches

Re: [android-developers] Endless scrolling in GridView

2011-03-19 Thread Robin Talwar
images due to the parser running in onPageChanged. The Adapter is being set again and again. I want the new adapter to append the images to the existing adapter. On Sat, Mar 19, 2011 at 11:32 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Yes exactly that is what i need. How to find

Re: [android-developers] Suugest any tutorial for database

2011-03-21 Thread Robin Talwar
check notepad tutorial from developer site On Tue, Mar 22, 2011 at 12:29 AM, rishabh agrawal android.rish...@gmail.com wrote: Whould u please suggest any great tutorial for android database.i am a begginer no knowledge about database.. -- You received this message because you

Re: [android-developers] Fetch user facebook information (Facebook integration application)

2011-03-24 Thread Robin Talwar
my query was related to how to use facebook for android sdk and fbconnect.jar file now how in this world isnt it related to android. anyways i got my solution i had to check log in onComplete On Thu, Mar 24, 2011 at 9:30 AM, TreKing treking...@gmail.com wrote: On Wed, Mar 23, 2011 at 7:26 AM,

Re: [android-developers] Android version doubts

2011-05-08 Thread Robin Talwar
It is always better to create an application on version 2.1 that will support above api levels and works fine for almost all android phones in market. http://developer.android.com/resources/dashboard/platform-versions.html On Sun, May 8, 2011 at 12:21 PM, Jumana jumanamaj...@gmail.com wrote:

Re: [android-developers] Trade my Android Open Accessory Developer Kit (ADK) trade for your new Sprint Nexus S 4G?

2011-05-13 Thread Robin Talwar
I am ready for it . I want one of those so badly. You can contact me at this mail id or on skype : abhishek.talwar1 even m a mobile app developer but i wanna tweak into hardware for now On Wed, May 11, 2011 at 11:56 AM, Ben ben.metca...@gmail.com wrote: I have one of the first official ADK

Re: [android-developers] Newbie question: What is this in the code?

2011-05-16 Thread Robin Talwar
this means that very instance use this particular instance of object For ex SomeClas{ String placeText; void SomeClas(String placeText){ // In constructor // if you want to add the value in parameter of the constructor to the String member of class then :- this.placeText = placeText; } } On

Re: [android-developers] urgent help

2011-05-20 Thread Robin Talwar
Hey treking why dont you send the same code to her the one you send me when i was stuck in same trouble but somehow i dont have that now :) On Fri, May 20, 2011 at 10:38 PM, TreKing treking...@gmail.com wrote: On Fri, May 20, 2011 at 4:20 AM, neha neha.05...@gmail.com wrote: hi Is there

Re: [android-developers] Need to create Android toggle button in Iphone style

2011-05-21 Thread Robin Talwar
Going out for an interview at vinsol??? they expect you to make a custom button so do some RND on how to entend the view and create a custom view :) On Sat, May 21, 2011 at 2:27 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: u can use two images like Iphone Ul. interchane them on its

Re: [android-developers] Five-In-Row Tic-Tac-Toe

2011-05-24 Thread Robin Talwar
sure :) do you want that in 3D?? On Tue, May 24, 2011 at 1:47 PM, khanh_qhi™ khanhqh20...@gmail.com wrote: Hi all, Could anyone give me full source code of this game in Android? -- Regards, Khanh. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] 3d game engine for android game development on ubuntu

2011-05-26 Thread Robin Talwar
Thanks but i run ubuntu on my system... i am specifically finding one game engine so that i can develop games on ubuntu you find unity3d and shiva3d working on windows environment only On Thu, May 26, 2011 at 4:47 PM, Mohammed Hossain Doula hossaindo...@gmail.com wrote: There are lots of in

Re: [android-developers] 3d game engine for android game development on ubuntu

2011-05-26 Thread Robin Talwar
ol ry thanks for sharing the knowledge On Thu, May 26, 2011 at 5:16 PM, Mohammed Hossain Doula hossaindo...@gmail.com wrote: jMonkeyEngine is written on java so you can try that... On Thu, May 26, 2011 at 5:43 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Thanks but i run

Re: [android-developers] Re: easy facebook android sdk library

2011-05-27 Thread Robin Talwar
Following points to keep in mind :- - Create an application on developers.facebook.com - In settings make it accessible for Mobile - You will get app id save it - download the facebook for android sdk - create a new android application in your IDE - copy paste the package

Re: [android-developers] Re: 回覆:facebook

2011-05-30 Thread Robin Talwar
Following points to keep in mind :- - Create an application on developers.facebook.com - In settings make it accessible for Mobile - You will get app id save it - download the facebook for android sdk - create a new android application in your IDE - copy paste the package

Re: [android-developers] simple hello world app crashing with android 1.5

2011-05-30 Thread Robin Talwar
could your provide the code the xml file along with java On Fri, May 27, 2011 at 11:41 AM, jesb budiat...@gmail.com wrote: I'm very new in developing android. I'm basically following a book example from Android Development for dummies. It's just a simple hello world. I didn't even write any

Re: [android-developers] Scale a Image.

2011-05-30 Thread Robin Talwar
set the layout_width and layout_height and then android:scaleType=fit_xy all this in xml your image will be scaled to the width and height you mention On Sun, May 29, 2011 at 8:09 AM, Marcos Roriz marcosroriz...@gmail.comwrote: Hi, I have a ImageView that has a drawable (128x128). How can I

  1   2   >