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" 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 the emulators. I want

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

2012-04-04 Thread Albert Rosa
..@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-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://

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] 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, 20

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 dev

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" wrote: > Are you seeing any logs in

Re: [android-developers] Marakana UI Tutorial YouTube

2011-05-16 Thread Albert Rosa
I havent but im interested to know the tutorial if you can provide a link to it that would be helpful. On May 16, 2011 11:59 PM, "quique123" wrote: > I'm running thru the video series In YouTube Marakana UI development > and it uses the jtwitter.jar library but they hard code the user and > pass

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" wrote: > On Mon, May 16, 2011 at 6:17 AM, SproutinGeek wrote: > >> I was trying a demo database application. But Every time I try

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" 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 exist. I tried

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
y assumptions please 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 > > C

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
, just to make sure your db's > 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

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion){ Log.w("Upgrading", "Upgrading database from version " + oldVersion + " to " + newVersion + ", which will destroy all old data"); db.execSQL("DRO

[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 numb

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" 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 this group, send email t

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" wrote: hi guys i need to know that can we use android phon

[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