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
  • Application to start with

    android
    3
    0 Votes
    3 Posts
    4 Views
    T
    Challenges and solutions - Architecture of a Modern Web Application - Mobile App - Part 3[^] thatraja Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
  • android longitude and latitude

    android tutorial
    2
    0 Votes
    2 Posts
    9 Views
    T
    Check this Example of using Timer and TimerTask on Android[^] thatraja Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
  • synchronization with time code

    android help
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Device Drivers

    visual-studio com help
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • How to use delay in for loop?

    android tutorial question
    2
    0 Votes
    2 Posts
    6 Views
    A
    this might not be what you wanted but for delay you can use thread.Sleep() to delay the loop.
  • Catch The Best Event of Year on this Sunday

    com
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    2 Posts
    9 Views
    C
    I am really close to releasing my app so I understand to a certain extent what you are going through. I have been doing much research in this area reading articles dealing with business models to see how this gets approached. There are many, many articles out there, but not neccessarily relating to android or mobile applications that could prove insightful to you. This may not answer your question completely, but I hope some of these articles could point you in the proper direction. Also, if you find some avenues that work for you would you be willing to write about it? I would love to read what worked for you and what didn't. MSDN: how my simple game got 800k downloads on windows store and windows phone[^] Gamasutra: chasing the whale[^] I hope this helps. Good luck! :)
  • time verifier

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Grammy Awards 2014 - Sunday Entertainment

    com adobe
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Android Tab Layout with Swipeable Views

    help java android tutorial question
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Looking for Cross platformers

    cloud android ios hosting
    2
    0 Votes
    2 Posts
    7 Views
    R
    Why not just use Xamarin[^], really isn't that expensive if your app isn't too big. Most of your code base would be reusable and all programmable in C#.
  • Android project for blind

    android question
    7
    0 Votes
    7 Posts
    17 Views
    U
    i have done my piece of code.. but get struck at some point.. wen i m done will surely post back here fr reference... n if i m commiteed to this project.. coz i m doing it fr betterment of society.. i will do it... thanks evry one for helping out
  • Design SearchBox programatically in android

    android design
    3
    0 Votes
    3 Posts
    13 Views
    M
    I want (programmatically of course) to open the searchview (make it "in use"). I tried several functions such as: SearchView searchView = (SearchView) menu.findItem(R.id.menu_search).getActionView(); searchView.setOnQueryTextListener(this); searchView.performClick(); searchView.requestFocus(); But none of those worked... The SearchView in the XML: Thank's
  • 0 Votes
    2 Posts
    9 Views
    T
    Not a specific question. Always come with what have you tried. Use Google. Anyway check this article Android with SQLite Database Handling in MonoDevelop (Mono for Android, C#)[^] thatraja Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
  • Eneter messaging framework for Android

    help csharp java android question
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • scenario to start

    question java android visual-studio learning
    2
    0 Votes
    2 Posts
    8 Views
    P
    1. Android app is written primarily in Java, so you have the advantage if you have learned Java. Learn the android programming here: android-tutorial[^] 2. You need to have Java SDK before you can install Android SDK. 3. They can co-exist. It is up to you which one to use. You may want to download the ADT bundle that come with eclipse here: android bundle[^]
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • project

    android tutorial
    5
    0 Votes
    5 Posts
    18 Views
    P
    Please learn to use the code button as it wraps your code around a styled <pre> tag, as it can make the code more readable. making use of the indent button is helpful as well. Which would you rather read below? protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.beaches); lv=(ListView)findViewById(R.id.listView2); lv.setAdapter(new ArrayAdapter(this, android.R.layout.simple_list_item_1, Wishlist2)); lv.setOnItemClickListener(this); or.... protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.beaches); lv=(ListView)findViewById(R.id.listView2); lv.setAdapter(new ArrayAdapter(this, android.R.layout.simple_list_item_1, Wishlist2)); lv.setOnItemClickListener(this); "I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
  • help meee

    android help tutorial
    2
    0 Votes
    2 Posts
    6 Views
    L
    Please do not repost the same message. Veni, vidi, abiit domum
  • project

    android help tutorial
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied