Skip to content

Android

Discussions on Android development

This category can be followed from the open social web via the handle android@forum.codeproject.com

882 Topics 2.6k Posts
  • 0 Votes
    2 Posts
    2 Views
    D
    Are you using Eclipse or Android Studio? Both have a Master/Detail Flow option when creating a new project. Try that to see what it puts together for you. "One man's wage rise is another man's price increase." - Harold Wilson "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
  • Give Mee Lotsss Ideasss

    csharp database asp-net android sql-server
    2
    0 Votes
    2 Posts
    2 Views
    L
    Then please go ahead and do it, and stop posting these non-questions here.
  • Google Polymer

    question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Binary XML missing layout_width.

    help android xml
    7
    0 Votes
    7 Posts
    2 Views
    L
    I think David's second suggestion may be worth looking at.
  • screen record

    question android tutorial
    2
    0 Votes
    2 Posts
    4 Views
    L
    See https://www.google.com/search?q=record+screen+in+android[^].
  • Application Architecture

    csharp android design architecture help
    13
    0 Votes
    13 Posts
    10 Views
    E
    Ah! Then I must say thank you. Eric
  • SetBackroundDrawable?

    question game-dev help tutorial
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • remote desktop sharing

    android question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    5 Posts
    4 Views
    N
    Thanks again. The link has some good ideas. My tablet is running version 4.3 I do use startForeground() method and it shows a Notification. The frequency of being stopped was almost exactly every 30 minutes. The times of some of the restarts are 5 seconds after an Alarm is supposed to go off and send an Intent to my service.
  • How to recover the deleted data from telephone Android?

    question android tutorial
    3
    0 Votes
    3 Posts
    3 Views
    S
    Hi friend, you have losted your data from Samsung? Don't worry, the Android recovery software can help you recover all the deleted data. http://www.istonsoft.fr/pc-utility/recover-data-from-android.html[^] http://www.istonsoft.fr/pc-utility/recover-data-from-android.html[^]
  • web developer

    android help
    5
    0 Votes
    5 Posts
    3 Views
    D
    Are you intending to use Java (and write a native app) or use a cross-platform tool such as Xamarin? If you are opting for the latter then read my introductory article Introduction to Xamarin.Android[^]
  • android: right to left gridview eclipse

    android help tutorial question
    3
    0 Votes
    3 Posts
    2 Views
    J
    Hi, be more specific with your question and post some code.
  • What data type is this?

    data-structures question
    4
    0 Votes
    4 Posts
    4 Views
    J
    must be an int, read the reference of setBackgroundColor method: void android.view.View.setBackgroundColor(int color)
  • 0 Votes
    10 Posts
    4 Views
    L
    You should set the initial state in your override of onCreateDialog[^].
  • swiping the screen canvas is drawn using bitmap

    graphics xml help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Extracting json and display data in options menu as a menuitems.

    json help
    4
    0 Votes
    4 Posts
    3 Views
    L
    Member 11108789 wrote: but got error as NullPointException That just means you are trying to use a pointer that has not been initialised, but we cannot guess where it occurs. Use your debugger to trace through the code to identify which line is the problem.
  • how to set alarm to repeat monthly

    tutorial
    4
    0 Votes
    4 Posts
    2 Views
    A
    Hey, I tried this code in my app.In this app multiple alarms were set with different repeating time intervals. I used calendar object to add month and year accordingly and again set it for next alarm.i used code like this(for scheduling it for next month)- PendingIntentsender=PendingIntent.getBroadcast(context,Integer.parseInt(Long.toString(id)), intent1, 0); Calendar calendar = Calendar.getInstance(); calendar.setTimeInMillis(calendar.getTimeInMillis()); calendar.add(Calendar.SECOND, 30); AlarmManager am = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE); calendar.add(Calendar.MONTH, 1); am.set(AlarmManager.RTC_WAKEUP, calendar.getTimeInMillis(), sender); Hope this works! Android application development
  • Extracting name and values from JSON object

    tutorial php com json help
    4
    0 Votes
    4 Posts
    4 Views
    L
    There is sample code in the link I gave you, and you can also look at http://developer.android.com/reference/org/json/JSONArray.html[^].
  • calendar

    android tutorial
    3
    0 Votes
    3 Posts
    3 Views
    D
    I would start here. "One man's wage rise is another man's price increase." - Harold Wilson "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
  • Pure Green Coffee Beans In addition Opinions

    com discussion
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied