[android-developers] Google Allo App Technicalities.

2016-09-29 Thread William Jones
What is the difference between the technicalities of whatsapp and Google Allo app? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsu

Re: [android-developers] SQLite returned: error code = 14

2013-09-23 Thread Jones Lee
Hi all, I have the same problem.. Actually I can open my app own db, and a db from sdcard.. But I have two apps, I'd like to open this second onde (/data/data/mysecondapp/test.db) .. I have root access, but when a try to open it, I got this error 01-01 00:50:27.449: E/SQLiteDatabase(29137): android

Re: [android-developers] Re: SQLiteException: error code 5: database is locked. When accessing ContentProvider from AsyncTask

2013-09-07 Thread Eurig Jones
happen when you are using multiple > instances of SQLiteOpenHelper. So where do you create the instance of > "database"? > > > On Saturday, September 7, 2013 8:52:44 AM UTC-5, Eurig Jones wrote: >> >> Quite frequently I get the following exception and

[android-developers] SQLiteException: error code 5: database is locked. When accessing ContentProvider from AsyncTask

2013-09-07 Thread Eurig Jones
Quite frequently I get the following exception and I'm really entirely sure what to do about it. java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:200) at java.util.concurrent.FutureTask$Sync.innerSetE

[android-developers] Google Play Merchant account link doesn't work

2013-08-22 Thread Eurig Jones
Right now the Google Play Merchant account link on the Financial Reports tab of google play dev console just redirects you back to the Publisher console. Is anyone else experiencing this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Changed app from Paid to Free (with IAB)

2013-08-20 Thread Eurig Jones
Hey, Yesterday I moved my app which was quite highly ranked from Paid to Free app with in app billing. The app instantly dropped to literal obscurity the second I did it. It was almost as if my ranking value in the database had been reset! Has anyone experienced this? Will the app recover in

Re: [android-developers] Re: Webview question - text selection and highlighting

2012-10-16 Thread Mike Jones
This github project is very similar to what I'm doing in my app: https://github.com/btate/BTAndroidWebViewSelection On Fri, Oct 12, 2012 at 6:27 AM, Bijaya wrote: > hi Mike Jones, > > i ran through your post, i have also working on web view text selection > and highlighting. i

Re: [android-developers] Re: Widget Layout Frustration

2012-10-01 Thread Fred Jones
> Now you really wanted to get a close match, I'd recommend you look in > Launcher2 sources. However, IIRC, it uses a custom View subclass to render > the shortcuts - something a 3rd party widget can't do (the set of views > that can be used in a widget is limited). > &g

[android-developers] Re: Widget Layout Frustration

2012-09-29 Thread Fred Jones
I'm having this exact problem.. was anyone ever able to come up with a way of doing this that is consistent across different home screens? It seems like the tCalendar app does it perfectly. Thanks. On Friday, October 30, 2009 12:40:59 AM UTC-4, Evan Ruff wrote: > > Hey Guys, > > I was hoping s

[android-developers] Webview question - text selection and highlighting

2012-08-07 Thread Mike Jones
I have an Android app that does text selection and text highlighting using javascript and CSS. It's a scripture reading/marking app for the LDS Church (https://play.google.com/store/apps/details?id=org.lds.ldssa). Users can long press on text in a webview to get an annotation menu where they can

[android-developers] AlertDialog setCustomTitle styling to match standard AlertDialog title

2012-05-27 Thread Mike Jones
I'm working on an Android app and I have an AlertDialog subclass. I would like to put 2 ImageButtons on the right side of the title area of the dialog (similar to the ActionBar in an Activity). I'm using setCustomTitle() to do this, which replaces the title area with a custom view of my own c

[android-developers] Ratings missing from application

2012-04-16 Thread Mat Jones
I just noticed I have lost some rating in the past few hours! God knows how long this has been going on for as I only noticed now >From searching online is seems this is been a issue for sometime and there is nothing in the Google known issues list Anyone else had this issue? I have filled in t

[android-developers] Re: app sales dropped dramatically in the past few days

2012-03-29 Thread Mat Jones
How long as your billing been active for? Have you had any users email you about payment issues? Regards On Mar 29, 11:05 am, Anirudh Loya wrote: > Same thing happened to my app ! > > > > > > > > > > On Thu, Mar 29, 2012 at 2:10 PM, Mat Jones wrote: > >

[android-developers] Re: app sales dropped dramatically in the past few days

2012-03-29 Thread Mat Jones
How long has you billing been in place? Whats the percentage drop? Have any users reported errors during checkout? Mine is for 2 months and the past few days are the worst -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] app sales dropped dramatically in the past few days

2012-03-29 Thread Mat Jones
Has anyone seen a fallen in their app sales through on app billing in the past few days? The past two days in app billing sales are down 90% We have around 800 New users a day and the same amount viewing the extra features page, so don't understand the issue Regards -- You received this message

[android-developers] Is net installs statistic working correctly?

2012-02-08 Thread Mat Jones
Hi, Has anyone been experiencing issues with the net installs statistic for their application? For the past few days mine has been very low Up to the 1st February I was getting around 1000 download per day and total installs is working correctly all the time and net installs where going up aroun

[android-developers] Re: Multi Language Tool

2012-01-27 Thread Eurig Jones
Due to the fact that Google Translate API is now a closed shop and not available I don't think it's possible. I've tried all sorts of plugins that probably used to work before this happened but now they don't. I found this guy who translated my app for me probably using google translate, but he go

[android-developers] Android Development Environment?

2011-11-14 Thread Jones
What development environments are most Android developers using (Eclipse, IntelliJ, etc)? What development platform is most prevalent (Windows, OSX, Linux)? Thanks! Jones/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Overhead of creating many activities

2011-11-03 Thread Mat Jones
Hi thank you all for your replies I will look into Fragments I expect the users to switch activities every 5+ seconds, so I would prefer to keep things as is Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Overhead of creating many activities

2011-11-03 Thread Mat Jones
Hello, I am working on a security app which involves users storing passcodes, docs etc My app has around 10 activities representing screens (every screen is a activity) I have set android:noHistory="true" on all the activity's as I want to manage what happens when they press the back key and

[android-developers] Changing Layouts

2011-08-24 Thread Brian Jones
ing or can tell me what I need to do different? Thank you for your help guys. Sincerely, Brian Jones -- 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: Application suspended. Why?

2011-05-30 Thread Eurig Jones
The graphics used in the application were done by myself, but some of them use the GNU General Public License. There is one image that I found which is used as the splash screen for the game was taken from a free desktop background I found on the internet. I tried to chase up copyright for this par

[android-developers] Re: Application suspended. Why?

2011-05-30 Thread Eurig Jones
> likely explanation. > > On May 30, 6:09 pm, Eurig Jones wrote: > > > > > > > > > On May 30, 10:56 am, Zsolt Vasvari wrote:> Didn't you > > just ask the same question on another thread? > > > Yes I posted on the Android market technical

[android-developers] Re: Application suspended. Why?

2011-05-30 Thread Eurig Jones
On May 30, 10:56 am, Zsolt Vasvari wrote: > Didn't you just ask the same question on another thread? Yes I posted on the Android market technical suport forum as well. > > 1)  What does your app do? Its a chess application - Chess-presso Free > > 2)  Is it free an the Android Market, and if it

[android-developers] Application suspended. Why?

2011-05-30 Thread Eurig Jones
Hi, I uploaded a new upgrade to last night and to my horror I received a notification of voilation from market support almost as soon as I published the new version of the application. I have no idea why this has happened, I have gone through the developer content policy with a fine tooth comb to

RE: [android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread Clinton Jones
You should use a TableView with a Text/View Entry per server record response inside a TableRowView. Each Item in a TableRow will be spaced horizontally providing multiple columns... -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] O

[android-developers] Missing constructor in Audio Effects API?

2011-04-14 Thread Rob Jones
Hi, I'm trying to add an additional Audio Effect to 2.3.3 AOSP. The native C part of the code seems fairly straightforward. I can link against the effect's static library, set up the i/o buffers etc. No JNI layer to write as the effects API provides a standard Java->C mapping and the ability to

[android-developers] Re: ImageView setColorFilter, what to do for a bitmap?

2011-04-02 Thread Tim Jones
You can create a new scratch bitmap with a copy of the data and then blt it back onto the target bitmap like so: Paint p = new Paint(); p.setColorFilter(); Canvas c = new Canvas(target); c.drawColor(Color.BLACK); c.drawBitmap(scratchBitmap, 0, 0, p); -- You received this message because you

[android-developers] Re: C2DM for production. Please sort this out Google!

2011-03-10 Thread Eurig Jones
Anyone? PLEASE? On Mar 10, 1:55 pm, TreKing wrote: > On Thu, Mar 10, 2011 at 3:12 AM, Eurig Jones wrote: > > What is the hold-up? > > It's Google. Customer service is not something they&

[android-developers] C2DM for production. Please sort this out Google!

2011-03-10 Thread Eurig Jones
least! Its been 2 weeks now, and a few emails later and still no reply. What is the hold-up? Regards, Eurig Jones -- 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@goog

[android-developers] Eclipse's android perspectives have gone

2011-01-28 Thread Dewi Jones
How do you get them back? cheers -- 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...@googlegro

[android-developers] Re: ConnectionPoolTimeoutException with DefaultHttpClient / ThreadSafeClientConnManager

2010-11-18 Thread Eurig Jones
r will timeout and close those connections before you exhaust > > your local connection max but realize you're now tying up somebody > > else's resources. > > >   Ernest > > > On Nov 17, 3:05 pm, Eurig Jones wrote: > > > > My thinking was - If the

[android-developers] Re: ConnectionPoolTimeoutException with DefaultHttpClient / ThreadSafeClientConnManager

2010-11-17 Thread Eurig Jones
Thanks ernestw I'll have a look at consumeContent, but I got around the issue another way which I documented in a blog post: http://androidisland.blogspot.com/2010/11/httpclient-and-connectionpooltimeoutexc.html Regards, Eurig Jones On Nov 17, 3:02 pm, ernestw wrote: > I've run in

[android-developers] Resizing an ImageView within a TableLayout programmatically

2010-11-17 Thread Eurig Jones
); tableRow.addView(imageViewOne); tableRow.addView(imageViewTwo); ... The above shows pic2, but pic1 dissapears completely. What am I missing here? Thanks! Eurig Jones -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] ConnectionPoolTimeoutException with DefaultHttpClient / ThreadSafeClientConnManager

2010-11-17 Thread Eurig Jones
I'm having an issue with the HttpClient. It is throwing this exception quite consistently after 3 requests to the same location... 11-14 22:27:37.299: INFO/ chesspresso.client.android.net.HttpCall(29152): fetch() sending failed to url http://.. 11-14 22:27:37.299: INFO/ chesspresso.client.andr

[android-developers] ResourceBundle.Control supported?

2010-09-30 Thread Eurig Jones
ntrol (366) XMLControl above extends ResourceBundle.Control. I would suggest that this is a bug, although not completely sure before reporting it. Anyone? Regards, Eurig Jones -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: Cannot add gmail account to Accounts & Sync Settings -- Eclipse 3.5.2, SDK Platform Android 2.2, API 8, revision 2

2010-09-13 Thread Eurig Jones
Ok. But the AccountManager seems to have appeared in 2.0 (API 5) but you can only add google accounts since API 8. How can I add a google account in here on pre-api8 emulators? Regards, Eurig On Aug 20, 4:18 am, Rob wrote: > Thanks, worked like a charm. > > On Aug 19, 6:24 pm, Xavier Ducrohet

[android-developers] HttpClient Timeouts

2010-09-06 Thread Eurig Jones
I've been suffering from the HttpClient hanging on me every now and again and never returning the response. This is my HttpClient creation code and the method which accesses it. It is accessed potentially via the UI thread and other AsyncTasks. Can anyone see anything here that looks suspicious wh

[android-developers] Android + ClientLogin + CaptchaRequired

2010-08-21 Thread Eurig Jones
Hi, I'm currently implementing ClientLogin with Android and it's AccountManager via AppEngine, andI notice that in a response I could get CaptchaRequired (or possibly another, maybe TermsNotAgreed). I have yet to come across an example which deals with CaptchaRequired in the code which leads me t

[android-developers] Obfuscation

2010-07-11 Thread Eurig Jones
How many of you obfuscate your android applications? Do you think there's any point? -- 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, s

[android-developers] How the Bluetooth AG work?

2010-06-15 Thread Jones
Hi: I am developing Bluetooth AG on Android 1.6. When I connected my bluetooth headset, dialing tone played.but voice is none. As far I traced, the doRouting() in file AudioHardwareGeneric.cpp should perform the audio routing. In this function, case:AudioSystem::BLUETOOTH_SCO is none,that means

[android-developers] Android Emulator: "Accounts & Sync"

2010-05-27 Thread Eurig Jones
I'm using the 2.2 Android emulator. How do you enter your google account details? I would like to test a new app called chrometophone which uses 2.2's new C2DM api. This seems to require being able to add google account details. -- You received this message because you are subscribed to the Goog

[android-developers] Re: Signup for C2DM ?

2010-05-25 Thread Eurig Jones
Me too. no reply yet. On May 25, 11:38 am, qvark wrote: > Eagerly waiting here to start testing... has anybody received a > response? > > On 22 mayo, 01:12, brian wrote: > > > Filled out the form requesting access. > > I was wondering if anyone has started to work withC2DM? > > Has Google respon

[android-developers] highlighting a coloured item in a ListView

2010-05-23 Thread Eurig Jones
I have a ListView component and its items are highlighted orange when clicked or selected with the trackball, as you would expect as this is the default behaviour. Some of my list items get coloured with setBackgroundColor(). These coloured items seem to hide the orange highlighting when clicked o

[android-developers] OpenID for Android?

2010-04-30 Thread Eurig Jones
I want to get rid of my app registration and embrace OpenID, but is it possible to do this type of thing with an Android Application? Regards, Eurig -- 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: Basic Chat Application

2010-04-07 Thread Eurig Jones
Have a look at XMPP, this is what you'd probably need to look into first. On Apr 6, 9:12 pm, aspekt9 wrote: > I'm starting to get into networking on android and I was wondering > what the requirements are to setup a simple messaging application. Do > I need to host a central server somewhere to h

[android-developers] Re: Upgrading of Applications

2010-04-06 Thread Eurig Jones
earch > tags, more catagories, ect.) > > Hope this helps! > Stephen Lebed > Developer > "On The Level 3" > > On Apr 5, 3:03 pm, Eurig Jones wrote: > > > > > On Apr 5, 11:42 pm, "~ TreKing" wrote: > > > > On Mon, Apr 5, 2

[android-developers] Re: Upgrading of Applications

2010-04-05 Thread Eurig Jones
On Apr 5, 11:42 pm, "~ TreKing" wrote: > On Mon, Apr 5, 2010 at 3:44 PM, Eurig Jones wrote: > > I'm intending to release my application through the Android Market and I > > want to make sure I can deploy new releases of the app and the users will be > > able

[android-developers] Re: Application already deployed. No need to reinstall.

2010-04-05 Thread Eurig Jones
It's only happened to me once, so I had to recreate the project only once and it's not happened since. On Mar 29, 3:17 pm, Pinheiro wrote: > I'm having the same problem and found the same solution but it's very, > very annoying. > It seems like some file has a date somewhere in the future or it's

[android-developers] Upgrading of Applications

2010-04-05 Thread Eurig Jones
nCode property, it is entirely up to the application to provide an upgrade routine. What is the best strategy to achieve this? Note: I would also like to support Android 1.5 and onwards, if that makes a difference. Thanks in advance! Eurig Jones -- You received this message because you are subsc

[android-developers] Skipping during Mp3 playback

2010-04-02 Thread Jones
My Android skip whilst playing back MP3s via Bluetooth A2DP,but speaker is fine. My system is 1.6. Logcat: W/AudioFlinger: write blocked for 998 msecs W/AudioFlinger: write blocked for 910 msecs W/AudioFlinger: write blocked for 1121 msecs W/AudioFlinger: write blocked for 968 msecs Has anyone el

[android-developers] Re: Application already deployed. No need to reinstall.

2010-02-14 Thread Eurig Jones
I fixed this by recreating my project for a freshly created android project in eclipse. This now seems to install the apk and recognise i modified something! On Feb 14, 9:59 pm, Eurig Jones wrote: > But that will just uninstall my app! > > On Feb 14, 9:20 pm, OldSkoolMark wrote: >

[android-developers] Re: Application already deployed. No need to reinstall.

2010-02-14 Thread Eurig Jones
But that will just uninstall my app! On Feb 14, 9:20 pm, OldSkoolMark wrote: > run adb uninstall in a shell. > > On Feb 14, 11:23 am, Eurig Jones wrote: > > > I'm having an annoying issue when developing my app within Eclipse + > > ADT... > > > Ap

[android-developers] Application already deployed. No need to reinstall.

2010-02-14 Thread Eurig Jones
I'm having an annoying issue when developing my app within Eclipse + ADT... Application already deployed. No need to reinstall. If I've changed my code it doesn't recognise the change unless I clean the project. It then uploads a new apk! I didn used to have to do this after a change!. "Build aut

[android-developers] LogCat filters: How can I specify wildcards?

2010-02-14 Thread Eurig Jones
I'm using the Eclipse plugin to view log output using LogCat. I want to use a filter all messages with the tag: com.whatever.blah.* But it doesn't work, how can I do this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] JSONExceptions

2009-08-29 Thread Eurig Jones
I'm fetching a lot of JSON values. Values that could potentially not exist from my server. Having android throw JSONExceptions when something doesn't exist is really annoying! Returning a null value would be enough. Anyone know the reason behind this? --~--~-~--~~~---

[android-developers] Loading default preferences on startup

2009-08-20 Thread Eurig Jones
I want to load default preferences on app startup (before the user hits my preferences screen). Is there a way to do this using possibly xml and the manifest? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: Loading default preferences on startup

2009-08-20 Thread Eurig Jones
Here I am, answering my own questions again! PreferenceManager.setDefaultValues(... readAgain=false) Running that from a launcher activity would do the job On Aug 20, 11:24 pm, Eurig Jones wrote: > I want to load default preferences on app startup (before the user > hits my preferences

[android-developers] Re: Empty Lists

2009-08-19 Thread Eurig Jones
Ok, this is a bit weird. When I use this with setContentView() of my ListActivity I get a StackOverflowError!... http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent"> But when I use this, it shows me the list... ht

[android-developers] Re: Empty Lists

2009-08-19 Thread Eurig Jones
Thanks Mark. Yeah, I saw that in the docs but I'm using a non-custom List, I have no custom layout and I don't intend to create one. How could I specify an empty view if my list returns no records? On Aug 19, 11:24 pm, Mark Murphy wrote: > Eurig Jones wrote: > > Does

[android-developers] Empty Lists

2009-08-19 Thread Eurig Jones
Does anyone know if it's possible to show a "Currently have no items" type view in a ListActivity when, obviously, you have no items? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: TabActivity Customisation

2009-08-18 Thread Eurig Jones
Jones wrote: > More of a TabWidget question I guess really... > > I would've tried to send a screenshot for this query if I could, but > i'll try and explain. > > I have 3 Tabs, each showing a seperate Activity. Underneath those tabs > (and above the activity display), I

[android-developers] TabActivity Customisation

2009-08-18 Thread Eurig Jones
More of a TabWidget question I guess really... I would've tried to send a screenshot for this query if I could, but i'll try and explain. I have 3 Tabs, each showing a seperate Activity. Underneath those tabs (and above the activity display), I want to display a header. This header would probabl

[android-developers] Re: TabActivity - Refreshing problems

2009-08-18 Thread Eurig Jones
Thanks Mark, that was helpful. On Aug 18, 8:49 pm, Mark Murphy wrote: > Eurig Jones wrote: > > I managed to get around this problem, but I think this might be a bug. > > > to refresh the text within the tab, I had to fetch the TextView widget > > for the actual

[android-developers] Re: TabActivity - Refreshing problems

2009-08-18 Thread Eurig Jones
am I missing something? Regards, Eurig Jones On Aug 18, 3:52 pm, Eurig Jones wrote: > I have a TabActivity based class which has 3 tabs. All are > ListActivities (but that's not important for this problem) > > I'm updating the TabHost's TabSpec's to change the text o

[android-developers] TabActivity - Refreshing problems

2009-08-17 Thread Eurig Jones
I have a TabActivity based class which has 3 tabs. All are ListActivities (but that's not important for this problem) I'm updating the TabHost's TabSpec's to change the text on the tabs. This works fine and the ListActivities display correctly. Iater on the execution flow I need to update the Te

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread adam jones
Hello Tobias, Yes you can follow the process as mentioned in http://developer.android.com/guide/publishing/preparing.html You can generate the key manualy or you can generate using eclipse-> http://developer.android.com/guide/publishing/app-signing.html#ExportWizard Let me know if you still facin

[android-developers] JSONObject .getInt() method doesn't handle a null

2009-07-13 Thread Eurig Jones
part of the JSON String contents: { "aNumber":null } o is a org.json.JSONObject below: o.getInt("aNumber"); This results in an exception: org.json.JSONException: JSONObject["aNumber"] is not a number. I would guess getInt() should be returning a null. Looks like a bug to me. What do you think?

[android-developers] Re: Android apps/apks and native libraries

2009-05-24 Thread Alan Jones
Hi Mark, On May 24, 8:15 pm, Mark Murphy wrote: > Not today, no. Stay tuned to: > > http://groups.google.com/group/android-ndk Awesome info - will keep an eye on it, thanks. > They probably used native libraries and JNI, but I doubt they packaged > them as APKs installed over the Android Marke

[android-developers] Android apps/apks and native libraries

2009-05-24 Thread Alan Jones
Hi All, Schlepping around the /data/data directory of my G1 I happened to notice there is a lib directory for every app. Does this mean it's possible for us to create native libraries, appropriate java binding and then use them in an android app and package it in an apk? If so, how? :) I'm guess

[android-developers] Re: Are you localizing an app? Do you want to be?

2009-05-24 Thread Alan Jones
I had a suggestion regarding multiple languages and apks etc. There are a few issues I can see. The bandwidth as you've mentioned, the management of multiple .apks as others have mentioned in this thread and then there's people needing to buy the application multiple times if they wish to get mor

[android-developers] BroadcastReceivers not receiving PendingIntents

2009-05-20 Thread Alan Jones
Hi All, I've had an issue where no matter how I've tried to set it up I'm finding the BroadcastReceivers aren't receiving any PendingIntents. A look through LogCat confirms that the intents are launched, but they're not being executed. I managed to make a simple(ish) repro case. If you take the

[android-developers] Re: The GIMP cannot digest the standard widget frames

2009-05-19 Thread Alan Jones
On May 19, 11:29 pm, JP wrote: > Alan, > I believe this approach runs counter the original idea to work off of > the PS (or other format) files... It's a bit like false money... But > thanks for posting. Yeah - it's limited, but if all you're after is having the background match the google one t

[android-developers] Re: The GIMP cannot digest the standard widget frames

2009-05-19 Thread Alan Jones
Hi Joachim, On May 19, 2:49 pm, JP wrote: > *) BTW - where are these people? I'm a bit surprised that apparently > I'm the first to stumble over this. Or perhaps I just post too much > out here. I hit the same issue. I just grab the .pngs on the page and because I wanted the edges gone I ran a

[android-developers] Sms Broadcasts and Logs

2009-05-15 Thread Alan Jones
Hi All, I want to know whenever someone is called, calls, smsed or smses. I figured for the calls I'd use the phone state change to trigger when I should check the CallLog provider again. I couldn't see any direct way of getting broadcasts from the CallLog. Did I miss it? For SMSes I'm having m

[android-developers] Re: ContentProvider queries, Contacts and the SDK docs

2009-05-15 Thread Alan Jones
Hi Mark and Jeff, On May 16, 4:03 am, "Mark Murphy" wrote: > That may work for content providers that pass WHERE clauses straight on to > SQLite. Awesome - thanks. If I rely on behaviour like this is it going to remain consistent between major releases of android? i.e. will my app at least be f

[android-developers] ContentProvider queries, Contacts and the SDK docs

2009-05-15 Thread Alan Jones
Hi All, A couple of questions. First thing I was wondering is where to log bugs in the docs. The ContentProvider query() docs are missing selectionArgs in the example code. It also uses the deprecated addId instead of ContentUris.withAppendedId(). With regards to the selection options - how exac

[android-developers] Re: AppWidget issues

2009-05-11 Thread Alan Jones
Hi Jeff (and all), On Apr 24, 4:02 am, Jeff Sharkey wrote: > So just a heads up that we won't be able to fix the onDeleted() bug > for the 1.5 SDK.  Here is a quick workaround that you can patch > against your class that extends AppWidgetProvider to correctly catch > and handle the onDeleted() e

[android-developers] Swipe "tab" view

2009-05-06 Thread Alan Jones
Hi All, I want to make a View which takes up part of the screen, is swipable (swipeable?) but where each screen width section may scroll vertically (i.e. have a different length of content from the others). Above it there'd be a header and tabs (to give an alternative to a swipe gesture for non-

[android-developers] Re: Views, ListViews and Adapters

2009-04-20 Thread Alan Jones
Hi Romain, On Apr 21, 12:37 am, Romain Guy wrote: > Use notifyDatasetChanged(), ListVIew *needs* it. It's also optimized > for cases in which the current set of Views hasn't changed. Just > remember to reuse the convertView in the getView() method and you'll > be fine. Market does that. Thanks

[android-developers] Views, ListViews and Adapters

2009-04-20 Thread Alan Jones
Hi All, Just looking at options for data updating affecting items in a ListView and have hit a few issues/queries. There seems to only be notifyDataSetChanged() and notifyDataSetInvalidated(). While I could use notifyDataSetChanged() I am most likely in my case to have the scenario where additio

[android-developers] Re: Using SQLite for caching and serialization options

2009-04-15 Thread Alan Jones
Hi, On Apr 14, 4:27 am, "nEx.Software" wrote: > You could use an object-oriented database such ashttp://www.db4o.com/android/, > of course this one requires GPL. Interesting link, thanks. Though at this stage I won't be releasing this under GPL so that's not an option yet. Does anyone have sug

[android-developers] Using SQLite for caching and serialization options

2009-04-13 Thread Alan Jones
Hi All, I've got some classes which inherit from a single class, but differ significantly in the data they store. They get returned in a list of the parent class so there's a mix of the two. Because there could be a bunch of these in the results I'd like to cache them into an sqlite db and have

[android-developers] Re: Android Keystore V2

2009-03-12 Thread Isaac Potoczny-Jones
Greetings. You might find the OpenIntents keystore project of interest as well: http://code.google.com/p/openintents/wiki/CryptoIntents It would be great to build something compatible, since the goal of the openintents project is interoperability :) peace, isaac --~--~-~--~~-

[android-developers] Re: support for encryption

2009-01-03 Thread Isaac Potoczny-Jones
Folks might also take a look at the crypto intents and keystore intents that we're building in collaboration between the Android Password Safe project & the OpenIntents project. Our system allows a single password, and periodic single sign-on so that all applications can encrypt, decrypt, and sto

[android-developers] Anyone know how to get Android up and running on a Motorola L2

2008-05-07 Thread Mark Jones
I know its a stretch, but I was wondering if anyone knew of any hardware specs that could be used to put Android onto some real hardware (specifically the l2) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android De