Re: [android-beginners] Animation tutorial

2010-06-15 Thread Marc Young
There is a free app in the marketplace called Animation Demo and it gives you a visual demo of how and what the various animation parameters work. Not sure if that will help you at all but it is a good starting point. -- Sent from my non-fruity robot device. On Mon, Jun 14, 2010 at 6:36 PM,

[android-beginners] Re: LogCat window seems to stop working

2010-01-30 Thread Marc
did you try selecting the devices tab and making sure the device is selected. On Jan 28, 10:20 pm, Kevin Duffey andjar...@gmail.com wrote: Hey all, Has anyone noticed that their LogCat window seems to stop working after an app force closes.. or maybe for some other reason? I've been having

[android-beginners] Layout - Is there some way to do wraparound with horizontal linear layout

2010-01-04 Thread Marc
I have been trying to create layouts that will work on various device screen sizes. I keep running in to cases where I want to line things up horizontally and have them wrap around if the screen is not wide enough. For example in landscape mode I might have () Radio Button 1 () Radio Button 2

[android-beginners] Getting Published - Do I need a website - Market requirements? Publish as com.example? new namespace?

2010-01-03 Thread Marc
I am finishing up my first app now and was wanting to get it on the market. I went to sign up and it was asking me for a website url. I am not cleat on this requirement. Do I need to register a domain name to publish and android app? Or maybe can I use a free web site by google or something. Also

[android-beginners] importing nbandroid into netbeans

2009-12-31 Thread Marc Mrc
I am new to this. I have downloaded the Android SDK and the android platform components up to 2.0.1, Java Netbeans IDE 6.7.1 and can't seem to find where to pull the nbandroid files into it? I have not used netbeans before and I am learning, when I open a new project I don't see it listed in the

[android-beginners] Re: Using Google Maps API for a navigational app

2009-12-13 Thread Marc
I am in the process of starting a navigation app as well. I have been looking in to the API's as well. I do not think the premier has much to do with it. From there web site this is what premier gives you extra: A robust Service Level Agreement (SLA) Customer support Increased geocoding limits

[android-beginners] Re: Android Best Practices

2009-12-13 Thread Marc
Here is my take on it: An activity is a self contained thing, like a mini program. You don't pass complex data structures between activities. All the data that goes to/from an Activity gets passes through an intent. An activity can be called from another program through an intent. So an activity

[android-beginners] Debugging in to android SDK code, or some other way of determining why it crashed

2009-12-10 Thread Marc
I have a subclass of AutoCompleteTextView which displays the list of suggestions when a touch event happens. I get a Null Pointer Exception which I am at a loss as to how to debug. Thread [3 main] (Suspended (exception NullPointerException)) DataSetObservable.notifyInvalidated() line: 45

Re: [android-beginners] Cannot get MSISDN (phone number) but can get IMSI on HTC G3

2009-11-19 Thread Marc Lester Tan
I think some carriers don't provide the MSISDN to the handset so I guess you shouldn't rely on it. Just use the IMSI and device id to identify the user. Marc On Thu, Nov 19, 2009 at 11:40 PM, rodger rodge...@gmail.com wrote: I want to use phone number as user ID,so i want to access the phone

[android-beginners] Re: alarm manager confusion

2009-11-02 Thread marc
kill the application after step 2, the scheduled alarm survives. if i kill the alarm after step 4. the scheduled alarm is lost, step 5/6 will not be executed. how did you do it?! thank you for a answer. marc On Sep 13, 12:33 am, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: well, i found

[android-beginners] Re: Android Charts

2009-10-18 Thread Marc Lester Tan
See if this will work for you: http://www.achartengine.org It's free. Marc On Fri, Oct 16, 2009 at 8:09 PM, Vinicius Carvalho viniciusccarva...@gmail.com wrote: Hello there! I'm starting with android, and the app I'm developing is gonna need some charts. I've looked and did not find any

[android-beginners] Re: Publish an ADC2 application

2009-09-08 Thread Marc Lester Tan
refactor your app to use a different package name as well as different title. On Tue, Sep 8, 2009 at 6:37 PM, jaaaelpumuki jaaaelpum...@gmail.com wrote: HI, I'm trying to publish my ADC2 application in the normal market, but it throws me this message: You have another application on Market

[android-beginners] Re: A Racing Car App in Android

2009-09-02 Thread Marc Lester Tan
try this http://nehe.gamedev.net/ and someone already ported the tutorials to android here http://insanitydesign.com/wp/projects/nehe-android-ports/ -Marc On Wed, Sep 2, 2009 at 1:48 AM, Maxood maqs...@salsoft.net wrote: I want to develop an application that involves a racing car. The car

[android-beginners] Re: I want to know to get browse history on android ?

2009-09-02 Thread Marc
Just press menuthen Favorites (or Bookmark) and you will find the History tab On 1 sep, 03:24, eaindra nilar eaindrani...@gmail.com wrote: How do I do to get browser history on android native API .Please help and explain me. Thanks --~--~-~--~~~---~--~~ You

[android-beginners] Re: 500kb OPML parsing issues

2009-06-10 Thread Marc Lester Tan
or use Pull Parser: http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html -Marc On Wed, Jun 10, 2009 at 3:59 PM, Dave Bordoley bordo...@gmail.com wrote: Use a SAX parser to parse the XML, see http://developer.android.com/reference/javax/xml/parsers/SAXParser.html

[android-beginners] Re: Google Maps API Key Sign Up Page Is Broken (404)

2009-06-08 Thread Marc Lester Tan
Use this instead: http://code.google.com/android/maps-api-signup.html -Marc Tan On Mon, Jun 8, 2009 at 2:28 AM, Yubr Neapow epacha...@gmail.com wrote: http://code.google.com/android/add-ons/google-apis/maps-api-signup.html The link above WORKS but when you hit submit, the form action

[android-beginners] Re: Rooting ADP1 holiday edition

2009-06-06 Thread Marc Lester Tan
Hi Mina, It would be better if you head over xda and post your questions there. http://forum.xda-developers.com/forumdisplay.php?f=448order=descpage=2 Regards, Marc On Sat, Jun 6, 2009 at 4:02 AM, Mina Shokry minasho...@gmail.com wrote: Hi, I got an ADP1 but not from google (from ebay

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

2009-04-27 Thread Marc Lester Tan
It works perfectly on my ADP! Still playing around with it -Marc On Tue, Apr 28, 2009 at 2:12 AM, Xavier Ducrohet x...@android.com wrote: Hello developers, The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for download. More information at http://android

[android-beginners] Re: Creating reflection of a view

2009-04-17 Thread Marc Poppleton
Hi, Maybe this tutorial would be a good start: http://www.brighthub.com/mobile/google-android/articles/30676.aspx Once you have a bitmap, you just have to flip it, add a gradient mask, eventually blur it a little to give a little more natural look to the reflexion, and you're done. Marc On 16

[android-beginners] Re: MediaPlayer Volume Range

2009-01-08 Thread Marc Lester Tan
Thanks Dave. Although when I tried putting 100 in the setVolume method clickSound.setVolume(100, 100); The volume level in the emulator seems to be louder when compared to 1.0. Any idea? -Marc On Thu, Jan 8, 2009 at 10:39 AM, Dave Sparks davidspa...@android.comwrote: The range is 0 to 1

[android-beginners] Re: MediaPlayer Volume Range

2009-01-08 Thread Marc Lester Tan
of layers between the Java client and the audio output - it looks like some nasty wrapping effects will occur if you use values higher than 1.0. I would consider that a bug in the code. I suggest sticking to values between 0 and 1. On Jan 8, 3:41 am, Marc Lester Tan mail...@gmail.com wrote

[android-beginners] Re: Soap Xml parsing

2008-11-27 Thread Marc Lester Tan
nl.getLength() 0) { Element el = (Element) nl.item(0); if(el.getFirstChild() != null){ textVal = el.getFirstChild().getNodeValue(); } } return textVal; } -Marc On Thu, Nov 27

[android-beginners] Re: Novice programmers lets build together.

2008-10-29 Thread Marc Lester Tan
Hi folks, i'm using java for 5 years now though still a newbie in developing for android and I'm interested to team up with anyone for a project. Marc On Tue, Oct 28, 2008 at 11:19 PM, DSKG87 [EMAIL PROTECTED] wrote: hey there, i'm new to programming and wanted to know anyone out

[android-beginners] no XMPP support?

2008-10-26 Thread Marc Lester Tan
Hi Folks, I've search Android Docs and it seems there is really no support for XMPP? Is it possible to use third party library? -Marc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Displaying CR LF on TextView

2008-10-07 Thread Marc Lester Tan
. Any idea on how to fix this? Thanks in advance. Marc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe

[android-beginners] Landscape mode for the Emulator?

2008-10-06 Thread Marc Lester Tan
Hi folks, Is it possible to change the emulator's view to landscape? Thanks in advance. Marc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android

[android-beginners] Any good Book on Android?

2008-09-30 Thread Marc Lester Tan
Hi folks, Any suggestion for a nice, newbie-friendly Android book? -Marc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners

[android-beginners] Displaying Image Gallery

2008-09-29 Thread Marc Lester Tan
Hi folks, I'm still learning a lot from the tutorials and sample codes. But could anyone give some example on how to display an Image with a given URL (for example, link from a flickr). I'm actually planning to create a gallery pulled from an RSS feed. Thanks in advance.

[android-beginners] Re: Map problem on Vista

2008-07-04 Thread Marc
I must be losing it. It's just started working, and I'm absolutely positive NOTHING has changed. Oh well. On Jun 27, 10:06 pm, Marc [EMAIL PROTECTED] wrote: I'm desperately in need of some help. I can't get the maps app to work on the emulator.  I can successfully use the web browser

[android-beginners] Map problem on Vista

2008-06-27 Thread Marc
I'm desperately in need of some help. I can't get the maps app to work on the emulator. I can successfully use the web browser to view any webpage I want (so I know it's not a network issue), but whenever I load the maps screen I just get a chequered grey screen and no map. After awhile I get

[android-beginners] Use AlertDialog inside a service.

2008-04-08 Thread Marc
HI All, Is it possible to use an AlertDialog as a notification instead of using a Toast?? My requirement is to display a text notification, which is not disappear in few moments. User should be able to close it by pressing the return button. Please shed some light on me. Thanks in advance Marc