[android-developers] SVN Repository

2012-10-11 Thread tj
t via svn repository. can anyone tell me how to configure svn repository in ubuntu? how to connect server from ubuntu?(server is on windows platform) how to communicate between windows and ubuntu? need some help from you. thanks and regards tj -- You received this message because you are subscrib

[android-developers] Grow heap (frag case) for allocation

2012-10-06 Thread tj
hello frnzz, In my project i am fetching a text file from row folder. file size is near about 3 MB. each and every time while reading that text file, heap size grows rapidly. after reaching it's memory limit it gives outOfMemoryException. i have used bufferReader, inputStream and stringBuilder

[android-developers] xml file encryption and decryption

2012-09-20 Thread tj
plz let me know. i need your help. thanks and regards tj -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] xml file encryption and decryption

2012-09-19 Thread tj
Hello frnz, i wanna encrypt and decrypt xml file using "XmlCipher" class. and i am suffering from IllegalArgumentException. can u plz help me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

Re: [android-developers] Application to start with

2012-07-24 Thread tj
Yeah, I have already made a calculator, basic currency conversion tool, tictactoe I need something where I can use android APIs and stuff.. On Saturday, 21 July 2012 14:00:07 UTC+5:30, Narendra Singh Rathore wrote: > > > > On Thu, Jul 19, 2012 at 3:49 PM, tj wrote: > >>

[android-developers] Application to start with

2012-07-19 Thread tj
I am new to android development. I have worked before on java and .NET but am a bit confused with android programming. Can you plz suggest some ideas as to on what basic application should I start working on. I made basic TicTacToe game so I know the basic programming stuff. Thanks.. -- You re

[android-developers] Regaring PhoneGap

2012-05-15 Thread tj
Hey all, does anyone know about phoneGap and Sencha. How to use it and why to use it. Please help me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fr

[android-developers] communicate with webservices

2012-05-11 Thread tj
hey guys m trying to communicate webservice from my android app. i create my web app. i want to fetch output from html coz webservice was written in html. can anyone help me plz. thanks a lot. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] communicate with webservices

2012-05-11 Thread tj
hey guys m trying to communicate webservice from my android app. i create my web app. i want to fetch output from html coz webservice was written in html. can anyone help me plz. thanks a lot. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Exception......

2012-05-04 Thread tj
05-04 10:21:07.594: E/AndroidRuntime(333): FATAL EXCEPTION: main 05-04 10:21:07.594: E/AndroidRuntime(333): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.liveplaygolf/ com.liveplaygolf.activity.HomeActivity}: java.lang.ClassNotFoundException: com.liveplaygolf.activity

[android-developers] ice cream to samsang galaxy S ii

2011-10-26 Thread TJ
any official upgrades available soon? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goog

Re: [android-developers] Re: Very puzzling crash report from user

2011-05-28 Thread tj
I had the same problem with list_selector_background. You can fix that by copying the resources into your own apk. tj Caused by: android.content.res.Resources$NotFoundException: File res/drawable/list_selector_background.xml from drawable resource ID #0x0 at

Re: [android-developers] How to run app on command shell?

2011-05-27 Thread tj
I use a script like this: adb install ${TargetApkPath} adb shell monkey -p ${PackageName} -v 1 where the two parameters are the apk you want to install, then the package name you can append an -r to "adb install" as well, so you don't have to uninstall it everytime. tj On 0

[android-developers] Android Search Engine For Development

2011-05-18 Thread tj aof
Hi, I'm working for create a search engine for android development by google custome search. its just begining and I create a project to collect best android develop site urls on goolge code, http://code.google.com/p/androidor/ The last site list availe on http://androidor.googlecode.com/files/s

[android-developers] simple image question from a noob

2011-01-26 Thread TJ
ng able to solve this on my own. Thank you for your time. TJ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email t

[android-developers] Searching for contact by phone number

2011-01-14 Thread TJ
I am executing a query on the ContactsContract uri and I am not getting any results when phone numbers are stored with (xxx) 333-. What is the best way to have m results return numbers that match ignoring separators? Cursor phoneCursor = mContentResolver.query( cdkURI

[android-developers] searching ContactsContract by phone number

2011-01-04 Thread TJ Bryant
I am executing a query on the ContactsContract uri and I am not getting any results when phone numbers are stored with (xxx) 333-. What is the best way to have m results return numbers that match ignoring separators? Cursor phoneCursor = mContentResolver.query( cdkURI, proj

[android-developers] searching for contact by phone number

2011-01-04 Thread TJ Bryant
I am executing a query on the ContactsContract uri and I am not getting any results when phone numbers are stored with (xxx) 333-. What is the best way to have m results return numbers that match ignoring separators? Cursor phoneCursor = mContentResolver.query( cdkURI, proj

[android-developers] BroadcastReciever Process outgoing calls

2011-01-04 Thread TJ
I am targeting 2.2 using eclipse. I have a Broadcast Reciever that I have given permission to process outgoing calls. When I run the application, and make a call out, I get an error on the screen saying the application has stopped unexpectedly. I have set debug points and it seems the process ju

[android-developers] Using google map api on phones without the map library?

2010-09-24 Thread tj
ib with my app? So people without the map lib can still use my apps? Or is there other work around? Thanks, tj -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.

Re: [android-developers] How to create a common library in android - containing resource files as well

2010-09-15 Thread tj
Just what I need. Thanks a lot, tj On 09/15/2010 07:08 PM, Mark Murphy wrote: Create an Android library project: http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject http://developer.android.com/guide/developing/other-ide.html#libraryProject On Wed, Sep 15, 2010 at

[android-developers] How to create a common library in android - containing resource files as well

2010-09-14 Thread tj
rated R.java? How to make the resources in the lib are accessible to the importing project? Thanks, tj -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To u

[android-developers] Re: Motorola Milestone not showing up in ddms / adb on Mac OS X Snow Leopard

2009-12-16 Thread TJ
If it's the same problem I've experienced, it can be fixed by pulling down the notification bar, pressing the "USB connection" notification, and selecting the option "None". If the adb service is running, kill the server and restart it. On Dec 1, 3:02 pm, Oliver wrote: > I have the same problem.

[android-developers] Re: JSONObject text must begin with '{' at character 1

2009-11-15 Thread TJ
Mark, I may have found the problem, but not sure how I can fix it. The log msg for the responseBody is below. Should it be the UTF_8 param? thanks {"hey": "guy","anumber": 243,"anobject": {"whoa": "nuts","anarray": [1,2,"three"], "more":"stuff"},"awesome": true,"bogus": false,"meaning": null,

[android-developers] Re: JSONObject text must begin with '{' at character 1

2009-11-15 Thread TJ
Mark, Thanks for the link, a lot of good examples. I try to use BasicResponseHandler but I am still getting the same error. Could it be something with Eclipse? org.json.JSONException: A JSONObject text must begin with '{' at character 1 DefaultHttpClient client=null; HttpClient httpclient = new De

[android-developers] Re: JSONObject text must begin with '{' at character 1

2009-11-15 Thread TJ
Mark, thanks for the help But, I an also getting the same error msg when I try pulling the JSON file from twitter.com. thanks for the help. String url = "http://twitter.com/statuses/user_timeline.json? screen_name=huskyr"; HttpClient httpclient = new DefaultHttpClient(); HttpGet httpget = new Http

[android-developers] JSONObject text must begin with '{' at character 1

2009-11-14 Thread TJ
I'm having a weird error, seems to be cause whenever I hit JSONObject json=new JSONObject(result);. The error msg is org.json.JSONException: A JSONObject text must begin with '{. I have no idea how to fix this is any one have any idea PLEASE LET ME KNOW. The JSON File is thanks The JSON File is {

[android-developers] Replace Old DB file

2009-11-09 Thread TJ
Hi, I am having a hard time in DDMS "Push a file onto device" I have an old database file that I like to replace with a new file that I created using sql studio. If anybody have any idea on how to do this please let me know, thanks tj -- You received this message because you are sub

[android-developers] Re: ADC2 entries so far...

2009-09-15 Thread tj
App: GooMemo, notes app with GDocs sync Category: Productivity http://goomemo.com Tomi Mickelsson --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-14 Thread tj
Last and least, me. App: GooMemo Category: Productivity LOC: 7658 http://goomemo.com My story: I'm an active note taker, writing notes on my phone on the road. When I got my hands on the G1, I knew I had to develop my own notes app. This was in the beginning of 2009. I learned the Android framew

[android-developers] Re: Android 1.5 SDK now available

2009-04-29 Thread tj
Thanks for the new SDK. I've played with all previous SDKs but this was the first one that required some fighting. I wanted to run the emulator directly on Windows after unzipping files but the emulator exe didn't launch, complaining about virtual devices. I had to spend a few minutes to do the f