Re: [android-developers] Augmented Reality - Tutorial

2011-10-03 Thread Robin Talwar
use qualcomm sdk On Mon, Oct 3, 2011 at 4:46 PM, EdwardComb dzn.aie...@gmail.com wrote: Hey Folks, I am currently interested to create an Augmented Reality application for Android. I have no problem to create normal Android application and I am familiar with IDE, SDK and etc. But I just

Re: [android-developers] C2DM auth token failed

2011-09-28 Thread Robin Talwar
i guess u r asking for auth token frequently u should store it somewhere or else google imposes captcha and u cant handle that in code atleast thats where m stuck On Wed, Sep 28, 2011 at 4:30 PM, Sapna Srivastav sapna.ari...@gmail.comwrote: Hi I am using urban airship for sending push

Re: [android-developers] hi

2011-09-26 Thread Robin Talwar
which college?? i have the code... i will add ur college id and u can use the code On Thu, Sep 22, 2011 at 11:30 PM, karthick MA karthickk...@gmail.comwrote: i need attandance application source for college with database.. regards M.A.Karthick -- You received this message

Re: [android-developers] Re: Send message with C2DM to selected devices

2011-09-20 Thread Robin Talwar
try not to get auth token everytime better you cache it or the google server will add captcha in process and u cant get to captcha through the code. You would have to do some python stuff for that i am not really clear about it. Hence better u save the authentication token On Tue, Sep 20, 2011

Re: [android-developers] Cheap, rapid solution for disasters

2011-09-19 Thread Robin Talwar
Sir Would you like a glass of beer along with this also?? On Sat, Sep 17, 2011 at 2:16 AM, david davidg...@googlemail.com wrote: Hello, I am looking for a Android GUI for cheap, rapid solution for disasters. What I need is a very simple GUI with code to run on an Android table phone to do

Re: [android-developers] Need Help Regarding Development of an Android Application...

2011-09-12 Thread Robin Talwar
What kind of help do u need?? Where are you stuck specify your problem.. On Sat, Sep 10, 2011 at 5:59 PM, abhishek srivastava abhishek.sr...@gmail.com wrote: HI, I am Abhishek Srivastava, an Mtech student at CDAC Noida. I am developing a project based on DTH on Mobile using the Android

Re: [android-developers] Play video with based on orientation

2011-09-12 Thread Robin Talwar
android:configChanges=keyboardHidden|orientation add above in ur manifest for that particular activity On Mon, Sep 12, 2011 at 9:10 PM, ragupathi ragupathi ragumm...@gmail.comwrote: Hi every one, im new one for android. im developing one application that application getting videos from

Re: [android-developers] exit application

2011-09-09 Thread Robin Talwar
Lets assume u wanna put exit button in menu and you have a baseActivity which extends Activity so that its easy to implement on all the activities. In your application instead of extending all your activities with Acitivity(Android) you must extend it with your own BaseActivity. Then place the

Re: [android-developers] Re: how to learn Andoird

2011-09-06 Thread Robin Talwar
Best way is to first pick up a project either on freelancer.com or elance.com When u get encouragement of money then u urself will do effort Appress books are available both for beginners level and pro level plus u can go for lynda tutorials for android they are out now get a torrent and

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Robin Talwar
I am not integrating map overlays though you could find the exact code in appress EBook beginners guide or may be pro android development. Instead i am calling the browser for following intent http://maps.google.com/maps?f=dsaddr=+fromLat+%20+fromLong+daddr=+ toLat+%20+toLong+hl=en This opens

Re: [android-developers] Re: My First Android Geolocation Application

2011-09-05 Thread Robin Talwar
Thanks leela i just added u on skype On Mon, Sep 5, 2011 at 4:34 PM, Lela Mose lelam...@gmail.com wrote: Hi Abhishek! First of all congratulations with launching the app! I will check it out right away. Secondly I am fishing here for new application developers to interview them for my

Re: [android-developers] Datadase

2011-08-17 Thread Robin Talwar
Ok but whats your query?? have you done any research over it?? where are you stuck?? On Wed, Aug 17, 2011 at 5:41 PM, longuard pier...@hotmail.com wrote: I need to use local datadase for app, these is one for now can be install on android device? thanks -- You received this message because

Re: [android-developers] Datadase

2011-08-17 Thread Robin Talwar
:* Robin Talwar r.o.b.i.n.abhis...@gmail.com *Sent:* Wednesday, August 17, 2011 8:25 AM *To:* android-developers@googlegroups.com *Subject:* Re: [android-developers] Datadase Ok but whats your query?? have you done any research over it?? where are you stuck?? On Wed, Aug 17, 2011 at 5:41 PM

Re: [android-developers] Help Me!!!!!

2011-08-09 Thread Robin Talwar
dude there are lots of videos out on youtube and other websites also just google it books from appress are good both beginning and pro android development download them from torrent On Sat, Aug 6, 2011 at 8:52 PM, RAJU V kathiriraj...@gmail.com wrote: Hi Am RAJU Am New to this

Re: [android-developers]

2011-08-06 Thread Robin Talwar
Check logcat wots d error On 6 Aug 2011 11:32, jagadeesh mjagadeeshb...@gmail.com wrote: Hi See this code even this also getting like force close wait Intent myintent=new Intent(Intent.ACTION_VIEW,Uri.parse(www.google.com )); startActivity(myintent); -- You received this message

Re: [android-developers] OnClick error

2011-08-01 Thread Robin Talwar
Did u import onclicklistener library and wots d error line ? On 1 Aug 2011 11:59, mark2011 androidmark2...@gmail.com wrote: Dear All : I install eclipse Android SDK under the Windows/XP successful. If I test a program using onClick that I want to click a button, it displays an error. But the

Re: [android-developers] OnClick error

2011-08-01 Thread Robin Talwar
...@gmail.com wrote: Dear Robin : I import import android.view.View.OnClickListener; The result is the same. The error is istill existed. BTW, on another pc, I don't import it. It works. Thanks. BR, Mark 2011/8/1 Robin Talwar r.o.b.i.n.abhis...@gmail.com Did u import onclicklistener

Re: [android-developers] gps

2011-07-11 Thread Robin Talwar
All keystores are file just check the path again and type carefully. this could be irritating for beginners On Mon, Jul 11, 2011 at 7:49 PM, Raghav Sood raghavs...@gmail.com wrote: It is a file. I got the finger print fine. Try running the command again. Maybe you made a typing error. On

Re: [android-developers] How to hadle bulk of XML response in Java/Android

2011-07-01 Thread Robin Talwar
use arrayList of some getter/setter class create start element and end element methods in your parser class which extends default handler On Fri, Jul 1, 2011 at 1:55 PM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: On Fri, Jul 1, 2011 at 12:54 PM, naveen kumar

Re: [android-developers] gaming

2011-06-18 Thread Robin Talwar
Blender jmonkeyrunner unity3D there are so many out there you just need patience and time Best of luck On Sat, Jun 18, 2011 at 1:41 PM, kaushik p kaushiks...@gmail.com wrote: Hi all, Can anyone suggest the best gaming engines for android ?? -- ThanksRegards Kaushik Pendurthi

Re: [android-developers] Re: Integrating Facebook in Android application

2011-06-06 Thread Robin Talwar
Ya the breif summary about the facebook connection and SSO is 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

Re: [android-developers] Android Bottom Tab Example

2011-06-04 Thread Robin Talwar
nice... On Fri, Jun 3, 2011 at 4:42 PM, Munish Kapoor manish...@gmail.com wrote: HI Here is the Example of android tab at bottom. http://kandroid.wordpress.com/2011/05/31/tabview-part-5-tab-control-at-bottom-of-app/ Thanks Munish Kapoor -- You received this message because you are

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

Re: [android-developers] Android Training and Certification

2011-05-30 Thread Robin Talwar
Best way to learn stuff is first get a project and then start digging in it cause we humans are so much influenced with money that we then actually hardwork to learn stuff and complete the project On Mon, May 30, 2011 at 1:02 PM, Rocky rkjhaw1...@gmail.com wrote: Training process have in

Re: [android-developers] Mac or PC for development

2011-05-30 Thread Robin Talwar
ubuntu 11.04 :) open source OS for open source development On Mon, May 30, 2011 at 1:16 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Fri, May 27, 2011 at 11:39 PM, Méher Khiari keikun2...@gmail.com wrote: I'll go for a PC also, but I'm having problems with debugging

Re: [android-developers] Need HELP PLS How to make a Splash Screen

2011-05-30 Thread Robin Talwar
This code will show one activity which has only one image view for 3 seconds and then the intent will call new activity protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState);

Re: [android-developers] RunOnUiThread loads images randomly !!

2011-05-30 Thread Robin Talwar
Abey kyu kar raha hai bhai ye sab??? Aise hi hoyengi images load Bohat andar ghusna padega nahi to On Mon, May 30, 2011 at 1:57 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hi Guys, M using runonUiThread to set images in a Gridview. its working fine but its load images randomly, i want

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

2011-05-30 Thread Robin Talwar
Sorry i missed out about hash key You have to create hash key which is clearly mentioned on the link https://github.com/facebook/facebook-android-sdk and den you can add this hash key in your facebook application settings edit page under android section This will create a separate session for

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] 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] 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] 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] 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] 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] 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] 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] Augmented Reality - Please Help

2011-04-15 Thread Robin Talwar
There is Layar API available and wikitude api is also good But if you are using any of the above mentioned api's then the device must have the Layar or Wikitude application installed respectively. considering the complexity of AR if you wanna develop a stand alone application then its HARD On

Re: [android-developers] Can we create UI component in a seperate XML file and load it

2011-04-15 Thread Robin Talwar
First create a class file not an activity and extend it with linearlayout This will create your custom view . Now lets suppose the package of your custom view is org.customView and class is mylayoutfile.class Then in the main.xml you can add this layout file just as you add a button, textview or

Re: [android-developers] Re: Converting Blackberry Apps

2011-04-05 Thread Robin Talwar
ya well i do have the source code n i wont mind converting it into android... On Tue, Apr 5, 2011 at 2:12 PM, j.s. mammen mamm...@gmail.com wrote: Do you have the source code to the blackberry apps? On Mar 31, 6:27 pm, usafrmajor usafrma...@gmail.com wrote: Is there a utility that will

Re: [android-developers] Media Scanner failing on

2011-04-04 Thread Robin Talwar
http://stackoverflow.com/questions/5250515/how-to-update-the-android-media-database the link says about media scanning so you can relate to your problem also, its almost the same On Sun, Apr 3, 2011 at 9:56 AM, Chinmay S cvs...@gmail.com wrote: Hi Paul, As you suspect, the gallery depends on

Re: [android-developers] Re: My application web on Android

2011-03-31 Thread Robin Talwar
if you need to xml parse data then u need to learn xml parsing if you need to json parse data then u need to learn json parsing connecting websites or latest feeds to mobile are through parsers only On Thu, Mar 31, 2011 at 5:20 PM, ccalvo cca...@crazychars.com wrote: Come on!, cheer up! I'm

Re: [android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Robin Talwar
read the notepad tutorial and start digging into database. If you want user to keep track then u shud be having firm hand ova sqlLite3 On Thu, Mar 31, 2011 at 2:43 AM, Miguel Morales therevolti...@gmail.comwrote: Why don't you just do it yourself? I thought college was a place to learn to do

Re: [android-developers] Re: display image from net

2011-03-28 Thread Robin Talwar
{ if (in != null) in.close(); } return bitmap; } HTH Thanks, Josh - Original Message - From: Robin Talwar r.o.b.i.n.abhis...@gmail.com To: android-developers@googlegroups.com Cc: Oscar oscar...@gmail.com Sent: Sunday, March 27

Re: [android-developers] Re: display image from net

2011-03-28 Thread Robin Talwar
:46.082: WARN/System.err(3142): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 03-28 14:11:46.082: WARN/System.err(3142): at dalvik.system.NativeStart.main(Native Method) On Mon, Mar 28, 2011 at 2:02 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: hey thanks

Re: [android-developers] Layar Framewrok

2011-03-28 Thread Robin Talwar
well there are some api's available if you wish to play around with them you can check out the wikitude api On Mon, Mar 28, 2011 at 2:23 PM, parekh krupa kdparekh...@gmail.com wrote: Hello, i am developing an application using augmented reality in android.i am not abo to understand that how

Re: [android-developers] Re: display image from net

2011-03-27 Thread Robin Talwar
:49 am, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: welll i have solved dis one now i am using following code Bitmap bitmap = null; InputStream in = null; try { URL url = new URL(URL); URLConnection conn = url.openConnection

Re: [android-developers] display image from net

2011-03-26 Thread Robin Talwar
welll i have solved dis one now i am using following code Bitmap bitmap = null; InputStream in = null; try { URL url = new URL(URL); URLConnection conn = url.openConnection(); /* HttpsURLConnection cone = url.*/

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] 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] 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] 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] 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] 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: 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] 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] 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] 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] 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] 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] 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] 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] 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] 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-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] 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] 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] 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] 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] 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] 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

  1   2   >