Re: [android-developers] Transfering image file between two 2 emulators

2012-07-07 Thread Albert Rosa
Rolplkttl L sent from my mobile thoughts. On Jul 7, 2012 12:30 AM, Akki akshay.iitr@gmail.com wrote: I was trying to send an image file between 2 emulators using a TCP socket connection.The socket connection has been successfully made and the image file is stored on the SD-card of one of

Re: [android-developers] Re: branding existing app

2012-04-04 Thread Albert Rosa
You're looking to have two apps with the same code base, different package / app name. Releasing two apks. The only way I see this likely is to use two different projects with a core library containing the code that you'd like to reuse. sent from my mobile thoughts. On Apr 4, 2012 7:16 AM, Mark

Re: [android-developers] resintalling application due to data corruption

2012-04-04 Thread Albert Rosa
-developers?hl=en -- Albert Rosa (Phone) 646-389-ROSA rosalb...@gmail.com | http://www.albert-rosa.com | http://blog.albert-rosa.com Twitter: http://twitter.com/albertrosa | LinkedIn: http://linkedin.com/in/albertrosa -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] runtime error: com.android.internal.os.LoggingPrintStream.println

2011-12-26 Thread Albert Rosa
It could be due to println not exististing in the packages included with android. I would suggest using Log.w(), Log.e() or Log.n() for logging and viewing points. Not entirely sure why the println doesn't work. Sent via Mobile device... mind the spelling errors I might have rushed! On Dec 26,

Re: [android-developers] ADMOB HELP!

2011-11-28 Thread Albert Rosa
Hey there, I wouldn't be too worries at first for the first 6 months I didn't earn over 25 cents but after a year and more popularity i've gone to just about $4 a day for one app. It takes a while. Though you can also check your analytics if any to make a judgment on it. -Al Sent via Mobile

Re: [android-developers] I can't link tweeter to my blog

2011-05-16 Thread Albert Rosa
Peter, I believe you have sent this question to the incorrect group. On May 16, 2011 2:53 AM, Peter Crocker pbcroc...@gmail.com wrote: I can install the Twitter icon on my blog but when I click it, not found. I adjusted the html code to state my Twitter domain name but it says that it doesn't

Re: [android-developers] Help needed. Class not found expectation.

2011-05-16 Thread Albert Rosa
It might be that you are missing the activity in the android manifest xml. At times i end up forgetting to add each activity there. On May 16, 2011 9:24 PM, TreKing treking...@gmail.com wrote: On Mon, May 16, 2011 at 6:17 AM, SproutinGeek arun.avp...@gmail.com wrote: I was trying a demo

Re: [android-developers] Re: Logcat empty

2011-05-16 Thread Albert Rosa
Also on the top there should be a few lines stating emulator and the port its using depending if you just ran it a few times or debug. You may have to select one of those in order to view the respected log cat output. On May 16, 2011 8:56 PM, Nicholas Johnson metthejohn...@gmail.com wrote: Are

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
+ oldVersion + to + newVersion + , which will destroy all old data); db.execSQL(DROP TABLE IF EXISTS + DATABASE_TABLE); onCreate(db); } thanks again I truly appreciate it. Albert Rosa rosalb...@gmail.com alb...@albert-rosa.com (m) 718-825-7838 (aim

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
version is not already 10 (which would mean that there is nothing to upgrade). -- Kostya PS - Can I use butter instead of cooking spray? :) 03.05.2011 18:09, Albert Rosa пишет: Yes I changed the VERSION number on both the dbHelper file as well as the manifest below is the code for the db

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
feel free to let me know. Albert Rosa rosalb...@gmail.com alb...@albert-rosa.com (m) 718-825-7838 (aim) albertrosa2000 (gchat) rosalbert (gvoice) (646) 389-7672 On May 3, 2011, at 11:55 AM, Kostya Vasilyev wrote: No idea what clearReset is, but Call SQLiteDatabase.getVersion() somewhere

[android-developers] Database updates

2011-05-02 Thread Albert Rosa
So this is my first time working with android and the sqlite db. I followed the instructions and was able to have a db connection where i was able to create and edit records. However i changed the schema of the db just to make it easier on me. Here is when i get slapped, i updated the version

Re: [android-developers] Google Nexus S - Please provide as DEV phone, asap :-)

2010-12-08 Thread Albert Rosa
I concur i would totally love it as a dev phone! On Dec 7, 2010 9:29 PM, gjs garyjamessi...@gmail.com wrote: Hi, Google Nexus S - Please provide as DEV phone, asap :-) Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Custom View

2010-11-24 Thread Albert Rosa
Afternoon All, I am working on trying to streamline my app a bit and i want to get the most out of my custom view and the xml layout. So I have a custom object with 4 images and a textview in the whole view, I have created functions to inject the images I want to use in code, but I am looking to

Re: [android-developers] can we create app to use phone camera as magnifier

2010-11-24 Thread Albert Rosa
I feel its very plausable the deal is that it would be a digital zoom and not an actual zoom. And quality of the view is scewed by the way the camera focuses and its hardware. But all in all yep. -albert On Nov 24, 2010 7:40 AM, Atik atik0...@gmail.com wrote: hi guys i need to know that can we