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
  • Data Transfering via bluetooth

    android help
    4
    0 Votes
    4 Posts
    17 Views
    G
    1)long press the item and select share via -> bluetooth 2)it will scan nearby devices 3)enable your laptop bluetooth in windows 8 i)just tip your curser on right top edge ii)select devices iii)bluetooth turn on 4)now your mobile easily conect with your laptop 5)select your laptop from your mobile bluetooth scan result 6)now enjoy file sharing >>>>
  • google maps

    javascript html android json help
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • recognize strings

    help tutorial
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Consume WCF Service on Android

    android help csharp wcf json
    3
    0 Votes
    3 Posts
    12 Views
    G
    Most probably you are making the network call on the main thread. This isn't allowed (NetworkOnMainThreadException).
  • background service/process

    android sysadmin
    2
    0 Votes
    2 Posts
    12 Views
    T
    Service Tutorials can be found over here http://www.vogella.com/tutorials/AndroidServices/article.html[^]
  • Search Interface

    question
    2
    0 Votes
    2 Posts
    11 Views
    T
    Use observer pattern.
  • Getting start in java mobile for android

    java android tutorial learning
    3
    0 Votes
    3 Posts
    16 Views
    T
    Get the JDK 1.6 or 1.7 installed. Download ADT Bundle from http://developer.android.com/sdk/index.html Start coding All the best :thumbsup:
  • 0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    2 Posts
    9 Views
    U
    For filtering i have seen this code : _adapter.Filter.InvokeFilter(_inputSearch.Text); but just work for one column : _adapter = new ArrayAdapter<string>(this, Resource.Layout.list_item, Resource.Id.product_name, products);
  • XML and HTML parsing in one Activity

    database xml csharp java php
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Problem: Canvas onDraw Android

    android xml help
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Convert to C#

    csharp tutorial
    2
    0 Votes
    2 Posts
    12 Views
    Richard DeemingR
    Just a guess, but would this work? listView.post(() => listView.setSelection(position)); "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • post data to database using KSoap2

    csharp android database wcf design
    2
    0 Votes
    2 Posts
    12 Views
    U
    SoapObject request = new SoapObject(NAMESPACE, SEND_METHOD_NAME); SoapSerializationEnvelope envelope = getSOAPEnvelope(); envelope.dotNet = true; envelope.bodyOut = request; // InfoToSend - Web service parameter request.addProperty("InfoToSend", <put your info>); HttpTransportSE androidHttpTransport = new HttpTransportSE(URL, TIMEOUT); androidHttpTransport.debug=true; SoapObject resultsRequestSOAP; try { androidHttpTransport.call(NAMESPACE + SEND\_METHOD\_NAME, envelope); resultsRequestSOAP = (SoapObject) envelope.bodyIn; String result = resultsRequestSOAP.getProperty(0).toString(); if (result.equalsIgnoreCase(RESULT\_OK)) success = true; else WS\_ERROR = result; } catch (java.net.ConnectException ec) { WS\_ERROR = context.getString(R.string.WS\_BAD\_ADDRESS)+": "+URL; } catch (java.net.SocketTimeoutException et) { WS\_ERROR = context.getString(R.string.WS\_TIMEOUT); } catch (java.net.UnknownHostException eh) { WS\_ERROR = context.getString(R.string.WS\_NO\_NETWORK); } catch (Exception ex) { if (ex.toString().contains("FileNotFoundException")) { WS\_ERROR = context.getString(R.string.WS\_NO\_DB); } else { WS\_ERROR = ex.toString(); } }
  • c# methods

    csharp help tutorial question learning
    3
    0 Votes
    3 Posts
    15 Views
    A
    A "method" is similar to a "function"... only that methods are part of an object. There should be plenty of C# guides online, just start somewhere and post questions in the proper CodeProject forums when you need clarification.
  • SVG Android

    java apache android com xml
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Wherefore art thou, ARM?

    android question
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • c# methods

    csharp question
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • It's Learn Android Month

    c++ java android com sysadmin
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Delete a single note from list view

    question help tutorial
    2
    0 Votes
    2 Posts
    10 Views
    T
    Member 10439333 wrote: Thanks for Your notepad tutorial and coding. Which tutorial are you referring? Post your question at Comment section of that tutorial/article. You could find the comment section at bottom of that tutorial/article. And ask one question at a time. Don't expect code. Come with your code after your effort based on that tutorial. I think you picked wrong forum(Based on your first sentence). And check this one before asking questions in future. How to get an answer to your question?[^] thatraja Code converters | Education Needed | Plans
  • CodeProject Android Newsletter?

    question android
    9
    0 Votes
    9 Posts
    34 Views
    T
    Clinton Gallagher wrote: The name of -this- forum is ANDROID and that means it is a forum about ANDROID TOPICS and if asking a question about a CODEPROJECT ANDROID NEWSLETTER is not about ANDROID who has the problem? What will you do for C, C++, C#, Java, ASP.NET, etc.,........... newletters related question(s)? 0) Single post on Site Bugs & Suggestions[^] forum? 1) OR each post on each forums? Anyway I won't disturb you anymore with my sick nitpicking replies. I give up. thatraja Code converters | Education Needed | Plans