[android-developers] Re: SQL statement error

2016-03-31 Thread Damian Serwin
Your SQL syntax is wrong. Don't user asterisk in your query. Check this: http://www.w3schools.com/sql/sql_delete.asp On Monday, 28 March 2016 20:20:08 UTC+2, Elijah Smith wrote: > > I have this SQL statement that I want to execute: > > db.execSQL("DELETE * FROM " + TABLE_NAME + " WHERE " + DATE_T

[android-developers] TextView with an element inserted just at the and of the text

2011-11-11 Thread Damian Skrodzki
I need a multiline text that allows me to insert a small element just after the last word of my text, so I could draw on that element. All text should be selectable, and it would be great if I could insert some other elements inside this text, but it's not essential for now. I tried to: 1. Sepa

Re: [android-developers] Remote installation of applications

2011-10-19 Thread Damian Serrano Thode
I'm starting to suspect that the are hacking the market as I'm unable to find a way to get this functionality. I already knew that project, but it's not what I need. Thanks anyway. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Remote installation of applications

2011-10-18 Thread Damian Serrano Thode
I don't know if you know AppBrain's Fast Web Installer. This is an app that you install on your phone and after signing up in both the website and on the phone app, you can remotely install applications from their web page onto your phone. Then, when the user clicks the install button on an app

[android-developers] Re: how to crop an image in android 2.x

2010-03-01 Thread Damian
I have encountered this problem also. Did you find a solution? On Feb 16, 11:50 am, Vaibhav Goel wrote: > By removing class-name and private restrictions, it works for the > images picked from gallery but when i pass Uri ofimageafter > capturing it from camera, it gives Activity not found excepti