[android-developers] Re: Navigation Directions from 3rd side Application

2012-05-15 Thread alex b
Apparently the word on the net is that Navigation is no longer supported in the Android sdk (sounds like a plot by Google to maintain an unfair advantage). You can use the Directions service in the Google Maps javascript api, though. On Sunday, May 13, 2012 1:51:18 PM UTC-7, tal wrote: >

[android-developers] webview and javascript in android 2.3

2012-05-15 Thread alex b
Been going round and round with a webview and javascript in android 2.3. I understand the javascriptinterface doesn't work in this version of android, fine. Are there also issues with javascript? I can get the webchromeclient to return alerts from the page using .LoadUrl() pointed to a local res

[android-developers] Re: AudioRecord is not working as expected

2012-05-21 Thread rahul B
Dear Amit, please help me out. can you post your running code. I am in search since many days. Plese help me out. Thanks. On Monday, February 27, 2012 12:57:02 PM UTC+5:30, amit wrote: > > I have written following code in which I am trying to record and play the > audio... But all I get is jus

[android-developers] Re: E/dalvikvm: Could not find class 'xxx', referenced from method yyy

2012-05-22 Thread alex b
ies > Java Build Path > Projects > ProjA > > > > ProjA has: > > > >     publicclassA { > > >         public void m1() {} > > >     } > > > > ProjB has: > > > >     publicclassB { > > >         public void m1() { >

[android-developers] could not find class 'com.google.gson.GsonBuilder' after upgrading android sdk

2012-05-22 Thread alex b
I received a message yesterday indicating that I had to upgrade to android sdk v 17+. So I downloaded the latest version (v18) and installed it. After some pain, I'm now getting the error in the subject line with com.google.gson. Upgraded gson to v 2.2.1, but that didn't help. -- You received

[android-developers] GridLayout cannot be found after installing android support package

2012-06-14 Thread alex b
I'm trying to use the Android Support package in my Android 2.3.3 eclipse app. I've downloaded the package, created the \libs folder, copied 'android-support-v7-gridlayout.jar' into that folder, and added it to the build path, however when I attempt to add a tag to my layout I get the compile

[android-developers] Re: understanding unique visitors on mobiles

2012-06-14 Thread alex b
'more precise' is a matter of what you want to know. Do you care about how many users are using your app (unique visitors), or how much your users are using the app (visitors)? I can see both numbers being important under differenct scenarios. I noticed your android app has twice the number o

[android-developers] Re: about the communication channels between android apps

2012-06-14 Thread alex b
I don't know of any way that an application can communicate with another app outside of the OS. It's my understanding that in order for an app to communicate with another app it has to call startActivityForResult() and then it would get the result of the activity that it started. It can also

[android-developers] Adding compound components to a canvas

2012-06-17 Thread Akhilesh B
I have a Compound component (like spinner, which extends FrameLayout) and a view that draws a bitmap on to the screen using Canvas.. now i want to draw the Compound component and place it on the Canvas wherever the user touches. If I draw it as bitmap,do the functionality of the view preser

[android-developers] How to change Bluetooth Visibility timeout to always discoverable for ICS?

2012-06-29 Thread Nate B
Can anyone help me? I need know how to programmatically set the Bluetooth visibility timeout to "always discoverable" for android devices running ICS. I'm using the the snippet of code that you can find on the android dev sit for Bluetooth. When the code runs the enabling discoverability dialog wil

[android-developers] Re: Cannot Find create new android project in ecllipse

2012-07-02 Thread alex b
Here's a link to the first android tutorial that covers creating a project and building a hello world app: http://developer.android.com/training/basics/firstapp/creating-project.html If you have a problem with the installation that is preventing the new project wizard from lauching, I would su

[android-developers] Re: Share to unlock functions

2012-07-02 Thread alex b
it doesn't sound like such a new idea, i.e. i think a lot of apps already do that. So i would guess it's OK to do. On Thursday, June 28, 2012 7:57:59 AM UTC-7, Oliver wrote: > > Hi, > > So I have an idea for making my app more popular. It's a free app, but > some functions are not available b

[android-developers] Re: TO COMPARE TWO BITMAP FILES AND SHOW RESULT USING BUTTON

2012-07-02 Thread alex b
Developer forums are for getting help with code that you have ALREADY written. It's generally frowned upon to ask the forum to write the code for you. What you want to do doesn't sound trivial, but i would guess you'll need to compare each bit of each bitmap and come up with some kind of thres

[android-developers] activity looses ArrayList<> items

2012-07-02 Thread alex b
I have an activity that contains a private Vector, thread safe version of ArrayList. The activity adds items to the ArrayList, and in onSaveInstanceState() I save the data (see code below). The problem is that it looses items and it seems to have after the GC runs. So what am I missing?

Re: [android-developers] activity looses ArrayList<> items

2012-07-03 Thread alex b
LogCat. On Monday, July 2, 2012 1:33:23 PM UTC-7, TreKing wrote: > On Mon, Jul 2, 2012 at 2:52 PM, alex b wrote: > >> The problem is that it looses items and it seems to have after the GC >> runs. So what am I missing? > > > I would guess your "serializeIt&

[android-developers] Re: activity looses ArrayList<> items

2012-07-05 Thread alex b
of the above is that your Vector change be changed from > another thread whilst you are trying to serialize it. > > > On Monday, July 2, 2012 8:52:46 PM UTC+1, alex b wrote: >> >> I have an activity that contains a private Vector, thread safe >> version of ArrayLi

[android-developers] Re: activity looses ArrayList<> items

2012-07-05 Thread alex b
d my onSaveInstanceState()/onRestoreInstanceState() code isn't working correctly. On Thursday, July 5, 2012 1:35:07 PM UTC-7, alex b wrote: > I saw the notice about the syncronization of the Vector type, but it > didn't help me find a solution to the problem. What I belie

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread rahul B
Here I am posting some sample which works fine with me.. package com.audiotrack; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.nio.BufferUnderflowException; import android.app.Activity; import android.media.AudioFormat; import android.media.AudioMa

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread rahul B
Hi, My pleasure.. On Tue, Oct 16, 2012 at 3:09 PM, Tamil Arasi wrote: > Hi rahul, > > > > Thank u for ur code. this code is very useful to me . > > > On Mon, Oct 15, 2012 at 2:54 PM, rahul B wrote: > >> Here I am posting some sample which works fine with me.

[android-developers] Re: the "Welcome to Android Development" window doesn't appears

2012-10-16 Thread Rick B
I had the same issue. java -version reveals java version "1.7.0_07". I proceeded to build the my first app class without difficulty, though. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] not expecting optimized instructions

2012-10-16 Thread Devanathan B
Hello, I am trying to format the Android partitions with a different file system and I'm successful in doing that. Android boots up but with Force close of Provision.apk / UserDictionary.apk / MediaProvider.apk with Dalvik verification failures "VFY: not expecting optimized instructions 0xfa".

Re: [android-developers] Re: Audio Play

2012-11-01 Thread rahul B
Dear, Forward your code. Can help you out. On Fri, Nov 2, 2012 at 2:46 AM, bob wrote: > Be sure to use this approach: > > final Button button = (Button) findViewById(R.id.button_id); > button.setOnClickListener(new View.OnClickListener() { > public void onClick(View v

Re: [android-developers] Google Map

2012-11-26 Thread asha b
Make sure you are using proper map key for mapview and keystore for application. Simple page without mapview means problem is with mapkey. On Mon, Nov 26, 2012 at 6:07 AM, Ehsan Ghasisin wrote: > Hi .yes my internet connection working . > > > On Mon, Nov 26, 2012 at 7:54 PM, Narendra Singh R

[android-developers] How to make Activity with Theme.Dialog modal?

2012-12-14 Thread Blake B.
I have an Activity that is using the Theme.Dialog theme to present a dialog to the user. By default however, when the user touches outside of the dialog window, the touch event is passed to the views of the Activity in the background. For API level 11 devices and higher, I can use the followi

Re: [android-developers] How to make Activity with Theme.Dialog modal?

2012-12-14 Thread Blake B.
rs, I am able to prevent the issue in my original post. Hopefully this is helpful to others along the way! Regards, Blake On Friday, December 14, 2012 3:05:39 PM UTC-6, Mark Murphy (a Commons Guy) wrote: > > On Fri, Dec 14, 2012 at 3:54 PM, Mark Murphy > > > wrote: > &

Re: [android-developers] How to make Activity with Theme.Dialog modal?

2012-12-14 Thread Blake B.
y, December 14, 2012 3:45:32 PM UTC-6, Mark Murphy (a Commons Guy) wrote: > > On Fri, Dec 14, 2012 at 4:32 PM, Blake B. > > wrote: > > Well, this may not be a problem on older APIs after all. I was testing > on > > 4.x devices (Moto Xoom and Samsung GSIII) and touch ev

Re: [android-developers] How to make Activity with Theme.Dialog modal?

2012-12-14 Thread Blake B.
Try this in your manifest. When I set them both to 8, the behavior goes away: Blake On Friday, December 14, 2012 4:19:07 PM UTC-6, Mark Murphy (a Commons Guy) wrote: > > On Fri, Dec 14, 2012 at 4:59 PM, Blake B. > > wrote: > > I'd be curious to know if you sti

[android-developers] push notifications on emulator 2.2

2010-11-24 Thread kavitha b
Hi All, Is it possible to work with PushNotifications on emulator 2.2? Does emulator get push notifications? Because I don't have 2.2 update on my device. And we have to use 2.2 push notifications in our project. Thanks Kavitha -- You received this message because you are subscribed to the

[android-developers] release keys do not work

2010-12-03 Thread i b
I've had a problem for the last week that the release keys I derive using keytool or the Export .apk do not function. The map pages show up blank. When I reinsert my debug key instead, everything works fine. For example I have a MD5 fingerprint Keystore type: JKS Keystore provider: SUN Your keyst

[android-developers] create a screen saver app in android

2010-12-08 Thread kavitha b
Hi All, How to create a our own screensaver in android? In my project application,I need to develop a screensaver. Thanks Kavitha -- 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@goo

[android-developers] help needed in youtube api for android and using it

2011-02-08 Thread kavitha b
Hi All, I am fed up of searching a working example for using youtube gdata api for displaying videos in android. Can anybody please provide a working example of using gdata for android? Thanks Kavitha -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] Do you know any open source game or media player on android phone?

2011-02-11 Thread kavitha b
Media Player open source project is NPR.It is pretty good for streaming. On Fri, Feb 11, 2011 at 9:44 AM, Kevin Duffey wrote: > Replica Island? That's a pretty decent game that you can view the source of > I believe. > > > On Thu, Feb 10, 2011 at 8:07 PM, xlshe wrote: > >> Hi all, >> >> Do you

[android-developers] youtube videos using google api client library

2011-02-11 Thread kavitha b
Hi All, Has anybody successfully used google api client youtube jar file? I am not getting playlist associated with specific user. Can anybody give me sample source as such? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] capturing Home key event at application level

2011-02-15 Thread kavitha b
No,Manish It is not possible to capture HomeKeyPress. But there must be possibility to check whether ur app is in foreground. On Tue, Feb 15, 2011 at 4:20 PM, cool.manish wrote: > Hi, > > How can we capture home key event? > I am storing some data at application level, I want to clear it so >

[android-developers] Re: Failure [INSTALL_FAILED_OLDER_SDK]

2011-02-24 Thread g b
i'm getting this message while build with: [setup] Android SDK Tools Revision 10 [setup] Project Target: Android 2.2 [setup] API level: 8 and installing on a nexus one with 2.2.2 frg83g what's happening? -- You received this message because you are subscribed to the Google Groups "

[android-developers] making Toast like notification?

2010-12-28 Thread Karim B
Hello, I have been looking into this for a while and havn't found a method to do this, so any help will be appreciated... I'm trying to create a custom version of the Toast notification while keeping a similar functionality but customizing it, I have tried the following; Tried extending Toast an

Re: [android-developers] making Toast like notification?

2010-12-31 Thread Karim B
I don't I wise very clear... I'm trying to create something completely customizable interms of animation, duration...etc where in the Toast widget duration can only be set to 2 constant and therefor its not changeable and the animation part is also not changeable since the animation is set via

[android-developers] Re: making Toast like notification?

2010-12-31 Thread Karim B
Yeah I have got that far which is not bad but the ability to change animation, duration is what I'm really after... but yeah thanks guys I guess I will just have to avoid this and using the notification bar then... -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Weird FC from unregisterReceiver

2011-01-03 Thread Karim B
here the sum up of my code http://pastebin.com/YcPWNYit my problem only occurs when my application gets installed over my application again(aka when I run it from eclipse) and this only occurs when the value of ENABLED_KEY is left true so this fc happens when my the value is changed from true t

[android-developers] Re: Weird FC from unregisterReceiver

2011-01-04 Thread Karim B
bump? -- 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...@googlegroups.com For more options, v

[android-developers] convert web page to pdf

2011-01-08 Thread kavitha b
Hi All, I have requirement in which I need to convert web page to pdf. How to do this in android? Please help. Thanks Kavitha -- 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@google

Re: [android-developers] convert web page to pdf

2011-01-10 Thread kavitha b
Thanks for reply MarksMurphy. Please suggest any solution to try upon on this. On Sat, Jan 8, 2011 at 7:01 PM, Mark Murphy wrote: > On Sat, Jan 8, 2011 at 4:12 AM, kavitha b wrote: > > I have requirement in which I need to convert web page to pdf. > > Whoever gives you the

[android-developers] Display admob in full screen

2011-01-10 Thread kavitha b
Hi All, How to show admob in full screen in android instead of wrap_content? The examples what I see will be shown as a strip of ads. Please help me. Thanks, Kavitha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

Re: [android-developers] update app without deleting DB

2011-01-10 Thread kavitha b
I hope you can use OnUpgrade method of DB when upgrading the app On Sun, Jan 9, 2011 at 9:15 PM, Mark Murphy wrote: > On Sun, Jan 9, 2011 at 10:37 AM, Alex wrote: > > Simple question : > > I published an app (2months ago). It uses a DB to retrieve > > information, and the user saves some parame

Re: [android-developers] Re: How to exit the application..?

2011-01-10 Thread kavitha b
Another way is to kill the process explicitly using Application Process Id. On Tue, Jan 11, 2011 at 10:54 AM, Kumar Bibek wrote: > Finish is the recommended way of closing Activites. You should be using > only this to exit your Activities. The OS will take care of the Application > as a whole. >

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
Use Coverflow feature On Mon, Jan 10, 2011 at 10:03 PM, TreKing wrote: > On Mon, Jan 10, 2011 at 8:01 AM, Abhilash baddam < > abhilash.androiddevelo...@gmail.com> wrote: > >> How can i oscillate the image like a pendulum. >> > Can any one give me the guidance to achieve this one. >> Can anyone

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
www.kbeanie.com > > > > > On Tue, Jan 11, 2011 at 11:05 AM, kavitha b wrote: > >> Use Coverflow feature >> >> On Mon, Jan 10, 2011 at 10:03 PM, TreKing wrote: >> >>> On Mon, Jan 10, 2011 at 8:01 AM, Abhilash baddam < >>> abhilash.androiddevel

Re: [android-developers] Re: How to exit the application..?

2011-01-10 Thread kavitha b
nie.com > > > > On Tue, Jan 11, 2011 at 11:03 AM, kavitha b wrote: > >> Another way is to kill the process explicitly using Application Process >> Id. >> >> On Tue, Jan 11, 2011 at 10:54 AM, Kumar Bibek wrote: >> >>> Finish is the recommended

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
eanie.com > http://www.kbeanie.com > > > > On Tue, Jan 11, 2011 at 11:11 AM, kavitha b wrote: > >> yes,There are so many examples in internet. >> >> Search for Coverflow in android in google. >> >> >> On Tue, Jan 11, 2011 at 11:07 AM, Kumar B

[android-developers] help regarding snapshot of webpage

2011-01-11 Thread kavitha b
, String url) { Picture picture = view.capturePicture(); System.out.println("PICTURE TAKEN*"); Bitmap b=Bitmap.createBitmap( picture.getWidth(),picture.getHeight(), Bitmap.Config

[android-developers] need urgent help regarding snapshot of web page

2011-01-11 Thread kavitha b
, String url) { Picture picture = view.capturePicture(); System.out.println("PICTURE TAKEN*"); Bitmap b=Bitmap.createBitmap( picture.getWidth(),picture.getHeight(), Bitmap.Config

Re: [android-developers] ListView in custom preference

2011-01-19 Thread kavitha b
Use Custom List View Item extending Base Adapter On Wed, Jan 19, 2011 at 8:31 AM, Eric Crump wrote: > I need to put a ListView in a custom preference. It needs to look > similiar to the WiFi settings in the OS preferences. My problem is I > am unable to make it take fill the space. It only ta

Re: [android-developers] onTouch() starts activity 2 times

2011-01-19 Thread kavitha b
Put your code in synchronized block and start intent only in ACTION_UP On Wed, Jan 19, 2011 at 8:47 AM, TreKing wrote: > On Sun, Jan 16, 2011 at 9:26 AM, Karolis wrote: > >> I want then ontouch to start next activity, but then i touch the screen >> next activity starts 2 times. >> > > Track if

[android-developers] Kiosk mode

2011-01-24 Thread B M
I am writing an application that will run on an Android device that will be used by developmently challenged individuals. Some of the clients function at a toddler level despite the fact they are adults. For these clients, the application should remain running even when the 'Home' or 'Back' button

[android-developers] Optimus S Special Drivers?

2011-01-24 Thread Garret-B
Hey guys, So i wanted to try to start developing an application and i have the optimus S by Sprint. I couldn't find any information about my phone and i was wondering if there were any special drivers i needed to downloaded and all and maybe where i could find them? Also, while i'm posting, I wan

[android-developers] java.net.SocketTimeoutException when downloading

2011-01-28 Thread kavitha b
Hi All, I am developing a streaming player.I need to store streamed content.So I am downloading streamed content. But I am getting exception after 5 minutes when using Wifi. W/System.err(12726): java.net.SocketTimeoutException W/System.err(12726): at org.apache.harmony.luni.net.PlainSocketImpl

[android-developers] VideoView seetTo() takes longer time to start video after pause

2011-02-02 Thread kavitha b
Hi All, In my project I am playing video with VideoView and when incoming call is there,I pause the video. But later it takes long time to resume playback.But it resumes to correct point. Sometimes it says Video cannot be played while resuming. Is there any other way to handle pause() and resum

Re: [android-developers] Documentation for older Android SDK versions?

2011-04-30 Thread B Lyon
I think there's a little option on the page to filter by api level in the kind of upper right On Sat, Apr 30, 2011 at 6:38 PM, Stefan at WPF wrote: > Hello, > when browsing the Android SDK documentation, e.g. > http://developer.android.com/reference/android/preference/PreferenceActivity.html, > t

Re: [android-developers] Button in a ListView cell

2011-05-05 Thread B Lyon
So you were able to get everything to work without the trackball case? On Thu, May 5, 2011 at 6:37 PM, Eric wrote: > I have seen dozens of posts about people trying to put a clickable > Button in a ListView cell, along with other text, and apparently > nobody has been able to get it to work. > >

Re: [android-developers] Re: Button in a ListView cell

2011-05-05 Thread B Lyon
I've recently added extra buttons to each row of a listactivity that can then do whatever, but your case sounds a little more involved. On Thu, May 5, 2011 at 7:20 PM, Eric wrote: > > > On May 5, 7:11 pm, B Lyon wrote: >> So you were able to get everything to work withou

Re: [android-developers] Re: Button in a ListView cell

2011-05-06 Thread B Lyon
Did you play with descendantFocusibility at all? On Fri, May 6, 2011 at 1:24 PM, B Lyon wrote: > hey > > well, I'm really curious what is going on.  I've got some extra > buttons/imagebuttons and a text view inserted into the row and they > don't interfere with e

Re: [android-developers] Re: Button in a ListView cell

2011-05-06 Thread B Lyon
I take it you looked through this http://developer.android.com/resources/articles/touch-mode.html (which was new to me) On Fri, May 6, 2011 at 1:59 PM, Eric wrote: > > > On May 6, 1:38 pm, B Lyon wrote: >> Did you play with descendantFocusibility at all? > > Not yet.  I w

[android-developers] In-app billing – get price paid after successful purchase?

2011-05-08 Thread Rob B
Is it possible to obtain the actual transaction cost after a successful purchase occurs? The first paragraph of the In-app Billing Overview page (http://developer.android.com/guide/market/billing/ billing_overview.html) says "When the checkout process is complete, the service sends your application

Re: [android-developers] error when trying to compile project from "Learning Android"

2011-05-11 Thread B Lyon
I'd check for two different jars containing the same class. I didn't get that specific error before about json, but I seem to remember the dalvik message. Not sure if it would help, but I am curious what the entries are of your .classpath file in the project folder. You'll probably have the src/g

Re: [android-developers] Re: error when trying to compile project from "Learning Android"

2011-05-11 Thread B Lyon
well, org.json.JSONArray is apparently in both jtwitter.jar and android.jar, which can confuse things, I think. I've yet to mess with the twitter stuff. It looks like there's a twitter library that is "android-ready" called twitter4j you might want to try if you're just wanting to learn stuff, an

Re: [android-developers] Re: error when trying to compile project from "Learning Android"

2011-05-11 Thread B Lyon
ontains the JSONArray, but you might want to try it out... and I'd contact the author, too. On Wed, May 11, 2011 at 11:13 PM, Spooky wrote: > > > On May 11, 10:03 pm, B Lyon wrote: >> well, org.json.JSONArray is apparently in both jtwitter.jar and >> android.jar, w

Re: [android-developers] EditText causes app to crash

2011-05-12 Thread B Lyon
I don't know anything about HTC, but wanted to ditto Justin's gratefulness to the android developers for the information they provide via this forum, especially Dianne. On Thu, May 12, 2011 at 7:38 PM, Justin Anderson wrote: > Dianne, > I added a quick after-post stating that Google does more tha

Re: [android-developers] Transition from solid to transparent

2011-05-12 Thread B Lyon
it's not something as simple as an alphaanimation from 1 to 0, is it? or does that not apply in your case? On Thu, May 12, 2011 at 10:40 AM, crios wrote: > Good day, > As the title suggests, I would like to know if there is any way to > make a transition from a solid drawable to a transparent one

Re: [android-developers] Progress circle (NOT indeterminate!)

2011-05-13 Thread B Lyon
may be overkill, but can't you use a paint with the right stroke width, etc., and then do canvas.drawArc or whatever? don't know if it's easier to muck with one of the progress widgets that comes with android, though On Fri, May 13, 2011 at 11:58 AM, Serdel wrote: > As mentioned in the topic i d

Re: [android-developers] Re: help with TextView

2011-05-13 Thread B Lyon
cool - had you already tried cleaning the project in eclipse before you did that? On Fri, May 13, 2011 at 2:36 PM, cmt wrote: > FIXED IT.  I am not sure exactly how I fixed it, but I just deleted > the TextView from the XML file, then re-added it. Now it works! > > Thanks! > > > On May 13, 11:33

Re: [android-developers] Re: Replay monkey execution

2011-05-13 Thread B Lyon
When I first read about the monkey runner, I thought I could use it for all kinds of stuff, but after learning a little more I'm not sure you would want to use it for controlled tests (like regression checks, functional tests). Maybe great to throw a bunch of random stuff at your app (and it's fun

Re: [android-developers] Progress circle (NOT indeterminate!)

2011-05-13 Thread B Lyon
Yeah that looks slick On Friday, May 13, 2011, Brill Pappin wrote: > Ahh, thats a nice clean solution :) > I'd go for Romain's solution as it'll be easier to maintain than a series of > 9patch files. > - Brill > > > > -- > You received this message because you are subscribed to the Google > Grou

Re: [android-developers] Re: How to debug NPE when stack trace does not show any reference to my app code?

2011-05-17 Thread B Lyon
that line in 2.2 of ViewGroup.java is if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) so it would imply that one of the child views in the ViewGroup is null. Are you doing stuff with dynamically adding/deleting any views? I'm not sure why it would not know a

Re: [android-developers] Logcat filter with wildcards

2011-05-17 Thread B Lyon
yeah, it would be nice. If you're on *nix, you can grep stuff out as it flies by to your heart's content. On Tue, May 17, 2011 at 11:36 PM, TreKing wrote: > On Mon, May 16, 2011 at 10:39 PM, Matt Connolly > wrote: >> >> I haven't yet found where to report this as a bug/feature request. >> Any i

Re: [android-developers] Re: Giant Android Device seen at I/O

2011-05-19 Thread B Lyon
very cool On Thu, May 19, 2011 at 10:14 PM, Dianne Hackborn wrote: > It probably also has a working touch screen.  I don't know about that > particular one, but the ones being build I know of had a touch screen. > > On Thu, May 19, 2011 at 7:11 PM, Zsolt Vasvari wrote: >> >> LOL.  I'd say it's j

Re: [android-developers] How to get class file from APK

2011-05-19 Thread B Lyon
pretty sure it's just a zip file, so that should get you going On Thu, May 19, 2011 at 1:58 AM, Mr RAM wrote: > Is it possible to get class file from APK.?? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, se

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-23 Thread B Lyon
I think some folks will probably do some cool things with it. On Mon, May 23, 2011 at 8:20 PM, Miguel Morales wrote: > Sorry, that was a bit too brief and actually not completely related. > But, what I meant was that because of the layers of non-complexity the > browsers and app makers provide th

Re: [android-developers] Main.xml class problem

2011-05-23 Thread B Lyon
several things on stackoverflow, and a reference to this issue http://code.google.com/p/android/issues/detail?id=13092 not sure if it applies to your case, but it seems like it might be. Weird that it was working before. On Mon, May 23, 2011 at 6:04 AM, MartinM wrote: > I've moved a working pro

Re: [android-developers] Problem while installing my android app

2011-05-23 Thread B Lyon
What is in your logcat log? On Mon, May 23, 2011 at 7:16 PM, TreKing wrote: > On Sat, May 21, 2011 at 5:36 AM, sohaib rahman > wrote: >> >> Why is it so? > > Your app is crashing. > >> >> Please help me > > Please debug your app. Or at least post stacktrace of the crash. > >

Re: [android-developers] HashMap failed

2011-05-23 Thread B Lyon
What do you see in with logcat? On Sun, May 22, 2011 at 11:40 AM, giels wrote: > I have som problem with this code, > my application failed since i start it. > > I notice that my setListAdapater is a main problem. > Helps me please : > > my code : > > public class main extends Activity { >      

Re: [android-developers] ACTION_UP never seen by app

2011-05-23 Thread B Lyon
did you mess with the GestureDetector stuff? it handles some of the determination of whether something is a scroll or fling, etc.. On Mon, May 23, 2011 at 11:39 PM, Spooky wrote: > As determined as I was to solve this without having to ask > for help, I am now officially confused beyond all hope

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-24 Thread B Lyon
I think it is just one more skill, and a fun one to learn, and as someone said it seems to be in demand right now as part of the more general mobile dev push. Google is making it easier to enter with appdev or whatever, and folks will - I think - do some cool things with it you would have never th

Re: [android-developers] Justify alignment in text view

2011-05-24 Thread B Lyon
full-justified? you see this? http://stackoverflow.com/questions/1292575/android-textview-justify-text people were suggesting varying things, and some saying not supported... and there seem to be other links off of it where you can maybe get a definitive answer On Tue, May 24, 2011 at 12:24 P

[android-developers] What did you use to create your launcher icon for your app?

2011-05-24 Thread B Lyon
I am about to work on making the launcher icon for an app. Lots of stuff out there, and I've read the specs. I was curious what the folks here on the list used, especially those who may feel they are a little non-artistic such as myself. -- You received this message because you are subscribed t

Re: [android-developers] Re: ACTION_UP never seen by app

2011-05-24 Thread B Lyon
were you getting calls to your onscroll and onfling? On Tue, May 24, 2011 at 12:57 AM, Spooky wrote: > On May 23, 10:45 pm, B Lyon wrote: >> did you mess with the GestureDetector stuff?  it handles some >> of the determination of whether something is a scroll or fling, >

Re: [android-developers] Re: What did you use to create your launcher icon for your app?

2011-05-25 Thread B Lyon
thanks folks. I already had the gimp - interesting to hear that others are using it for launcher icons, and it is a powerful thing. I used Asset Studio for some little buttons, actually. It's really slick,imo. I played around with inkscape a little after my original post - I like the fact that

Re: [android-developers] Re: Replay monkey execution

2011-05-25 Thread B Lyon
on, and because it is running within that app you can avoid much of > the impact of other things going on across the rest of the system. > On Fri, May 13, 2011 at 8:08 PM, B Lyon wrote: >> >> When I first read about the monkey runner, I thought I could use it >> for all kin

[android-developers] Re: A little Hi and our old "Unable to establish" connections...

2011-05-25 Thread Michael B
Hi, Try adding to your AndroidManifest.xml file. Looks like you don't have the permission to access the internet. >From your log: 05-25 10:32:22.026: ERROR/FaderAcivityTest(321): java.net.SocketException: Permission denied (maybe missing INTERNET permission) Michael On May 25, 10:27 am, Guil

[android-developers] Re: A little Hi and our old "Unable to establish" connections...

2011-05-25 Thread Michael B
Try adding to your androidmanifest.xml file. Looks like you don't have the permission to access the internet. 05-25 10:32:22.026: ERROR/FaderAcivityTest(321): java.net.SocketException: Permission denied (maybe missing INTERNET permission) Michael On May 25, 10:27 am, Guilherme Lunhani wrote:

Re: [android-developers] Re: getting started with the market---question about book suggestions

2011-05-26 Thread B Lyon
I'm curious who here may have gone some kind of llc corporation route On Thu, May 26, 2011 at 3:51 PM, Spooky wrote: > Ahh, ok, thanks.  That makes a *LOT* more sense!  :-) > > Later, >   --jim > > -- > 73 DE N5IAL (/4)  < Running FreeBSD 7.0 > > ICBM / Hurricane: 30.44406N 86.59909W > > "No, try

Re: [android-developers] Gallery with Adapter witch is return layouts

2011-05-28 Thread B Lyon
LinearLayout is a view, isn't it? View --> ViewGroup --> Linearlayout 2011/5/28 Károly Holczhauser : > Hi all ! >  I would like to make my custrom gallery, but when I'm implementing the > adapter it have to be return an View. I would like to use the gallery to > display my own LinearLayout-s, so

Re: [android-developers] Trying to get a ProgressDialog to display.

2011-05-28 Thread B Lyon
I've never used that one, but I'm wondering if the second ".show()" is necessary, and/or if it is somehow causing weirdness? This person (http://www.helloandroid.com/tutorials/using-threads-and-progressdialog) didn't do that. On Sat, May 28, 2011 at 9:43 AM, EmilDiego wrote: > I have a function

Re: [android-developers] displaying mySQL data through JSON in a selectable list

2011-05-30 Thread B Lyon
What exactly do you mean by "display as selectable items"? On Fri, May 27, 2011 at 5:05 AM, ram_droid wrote: > Hi, > > I am in the process of building an app that runs on a client device > collecting various bits of data and then posting it to a remote mySQL > database via php. This part is no pr

Re: [android-developers] Regarding Layout

2011-05-30 Thread B Lyon
what treking has suggested has worked for me - you get the cool pinch zoom stuff, too On Mon, May 30, 2011 at 7:58 PM, TreKing wrote: > On Mon, May 30, 2011 at 4:22 AM, Ishwar Chawla > wrote: >> >> I want to incorporate new lines and bullets like we do in word document so >> what layout should I

Re: [android-developers] Mauliple 'Window' Application and Changing Layout At Runtime

2011-05-31 Thread B Lyon
what is the error? On Tue, May 31, 2011 at 9:13 PM, MattClark wrote: > I have an application that when running i need to multiple times > change the layout of the screen, however, the program errors on my > buttons listeners when i set a new content view. How would i go about > changing the listn

[android-developers] java.net.SocketTimeoutException: Socket is not connected

2011-06-02 Thread B@ron
Hello, I need some support or experienced people to help me to ask the following question: I am working on Android 1.5, yes i know I should definitly change my phone (Any donate is welcome ;-)) and I am trying to access a URL on a specific port the 8080. The current situation is the following: E

Re: [android-developers] Problems with main.xml after uncritical sourcecode changes

2011-06-03 Thread B Lyon
if you're using eclipse sometimes the eclipse android plugin sticks in an import to android.R - it does for me every now and then, and then it of course doesn't know what my id's are or there could be an issue with your xml, which the plugin should be telling you about On Fri, Jun 3, 2011

Re: [android-developers] Re: Advanced Memory Leak, What could be the cause/How to find it ?

2011-06-05 Thread B Lyon
what version of android? On Sun, Jun 5, 2011 at 2:51 PM, albnok wrote: > Comment everything out. Make a routine where you rotate and go in and > out of the activity. Start activity fresh, do hprof dump, do the > routine, get another dump. Click Histogram and click the right most > icon to compare

Re: [android-developers] Re: org.xmlpull.v1.XmlPullParserException: Map value without name attribute: boolean

2011-03-20 Thread B Lyon
thanks for the update - that could save me some time sometime if I see that kind of weirdness On Sun, Mar 20, 2011 at 7:16 PM, siliconeagle wrote: > thanks for the tip. > the prefs file was > > > > > > > 0.995.18Beta > > > turns out i was writing a null preference name to the prefs - so th

Re: [android-developers] Using view.invalidate

2011-03-22 Thread B Lyon
I could be wrong, but I thought Chris Pruett discussed this in his talk about developing Replica Island (it's one of the google io talks). I can't remember what he did, but it seems like he mentioned something along the same lines and he dealt with it somehow. On Tue, Mar 22, 2011 at 10:04 PM, Jo

<    1   2   3   4   5   6   >