Questions tagged [android-1.5-cupcake]

Android 1.5 (Cupcake) is a significant platform release deployable to Android-powered handsets starting in May 2009

Android 1.5 (Cupcake) is a significant platform release deployable to Android-powered handsets starting in May 2009

See platform highlights. They include:

For more information, see the tag.

36 questions
0
votes
1 answer

MySQL incorrect ineger value (encoding)

Alright here is my delema. I have a .rpt file that is encoded in UCS-2 and is basically two columns separated by a ','. My query is; load data infile 'file_name' into table table_name fields terminated by ',' lines terminated by '\n'; the text…
Lexicon
  • 2,467
  • 7
  • 33
  • 41
0
votes
1 answer

Generating Thumbnail Image for Android 1.5

For API Level 8, to generate thumbnail image we use Images.Thumbnails.getThumbnail. What should be the approach API Level 3, if one has to generate thumbnail images?
Faheem Kalsekar
  • 1,420
  • 3
  • 25
  • 31
0
votes
1 answer

Can't delete posts in forum. (CakePHP)

I'm using the Cupcake Forum plugin within CakePHP. There's a form for selecting the desired posts, and then submitting the form to delete the posts. The form data is apparently being sent to the 'moderate' function within the 'topics' controller…
Brady
  • 1
  • 2
0
votes
1 answer

Why is my app not showing up for 1.5 users in the Android Market?

The app is Flash Cards Max on the Android market. I recently updated my app with a 1.6 only feature. However, I still want the app to work with those that have Android 1.5. I built it using Android 1.6 in Eclipse and I have the correct strings in…
Rutt
  • 27
  • 7
0
votes
2 answers

Trying to make a Adapter class to choose .Java file depending on firmware version

What I did was create two .java files. One that can compile and run on a 1.5 phone (SDK3) and then one that works on 2.0(SDK5) So for this example i'll call the 1.5 file ExampleOld and the new one Example. I was wondering if i just made activity…
brybam
  • 5,009
  • 12
  • 51
  • 93
0
votes
1 answer

android get contact's name and phonenumber for android 1.5

So far I have this code from examples I have seen on here: public class testLayout extends Activity { final int PICK_CONTACT = 0; ImageView image = null; /** Called when the activity is first created. */ @Override public void onCreate(Bundle…
1 2
3