Skip to content

Mobile

General Discussions on Mobile related development. For Android specific development please see the Android forum

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

3.8k Topics 8.1k Posts
  • Website Cell Phone Display...Nav Bar doesn't scroll

    question
    4
    0 Votes
    4 Posts
    16 Views
    OriginalGriffO
    Post the relevant code fragments in your message - use the code widget above the text box, and that'll engage the syntax highlighter and preserve any formatting. Like this: <pre lang="cs">int Double(int x) { return x + x; }</pre> Will show as: int Double(int x) { return x + x; } It's not a good idea to post the whole code anyway - people are more likely to respond if you show them where the problem is instead of dumping a whole app on them and saying "it don't work". :laugh: Remember, we can't generally run your whole code anyway - we don't have your site, your data, your user inputs - and we don't know what it should do or how to get to the problem area. The better you make the question, the better we can make the response - and wading through pages of irrelevant code trying to work out what bit of it matters doesn't encourage people to be helpful! Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
  • mobile app

    mobile com help
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • 0 Votes
    1 Posts
    4 Views
    No one has replied
  • Conditional survey coding

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    1 Posts
    4 Views
    No one has replied
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • message receiver

    2
    0 Votes
    2 Posts
    8 Views
    Richard DeemingR
    If you're talking about code from an article, you need to use the forum at the bottom of that article to ask questions about it. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    3 Posts
    10 Views
    V
    i see , i thought there is another way. let me stick to that. you answered my question Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vimalsoft.com vuyiswa[at]vimalsoft.com
  • Searching for mobile developer. Need help with a project!

    mobile algorithms help
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • AVD showing only “Android” in emulator

    question c++ javascript android json
    2
    0 Votes
    2 Posts
    11 Views
    D
    Member 13574900 wrote: ...AVD Manager showing "Android" only. Can you provide a screenshot? "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
  • 0 Votes
    1 Posts
    4 Views
    No one has replied
  • USB Cable Between PC And Android

    android help tutorial
    4
    0 Votes
    4 Posts
    16 Views
    C
    David Crow wrote: What exactly does "Fail" mean? I don't know anymore. The two parts just started cooperating three hours ago. You guys give the best advice on the internet. (Now, if only they cooperate tomorrow)
  • Xamarin forms and SQLIte database

    question android mobile database sqlite
    3
    0 Votes
    3 Posts
    9 Views
    M
    Thanks for the hint - had nothing to do with the problem :sigh: The issue was with precedence, I was creating a SQLite database in the DAL base class BEFORE copying over the existing DB. new SQLiteAsyncConnection(FilePath); This actually creates an empty database in that location and it was called prior to the copy from android. Last major issue nailed before I can deploy to the UAT people Yah!!! Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
  • 0 Votes
    3 Posts
    20 Views
    S
    I have it working. Yes ObservableCollections are the way to go but generic Lists are fine as well. The problem is that when the Model is bound the WebService call has not completed so when the List property is bound it is still null. Even when updated at this point the ObservableCollection won't work because it has not been seeded. The solution is to seed the ObservableCollection, or List, on the Page's OnAppearing event and bind the ViewModel as the BindingContext in this event. My solution is below: protected override async void OnAppearing() { var vm = new ViewModel.ViewModel(); if (vm == null) return; HttpClient client = new HttpClient(); HttpResponseMessage responseGet = await client.GetAsync(vm.Geturi); string response = await responseGet.Content.ReadAsStringAsync(); //Xml Parsing var \_objPizzaList = new ObservableCollection(); XDocument doc = XDocument.Parse(response); vm.GetRequest(doc); this.BindingContext = vm; }
  • Husband And Wife Problem Solution +91-9726702624 Voodoo Love

    help
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • Xamarin Forms Picker binding

    wpf mobile wcf architecture announcement
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • mobile program

    mobile help question
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Advice required

    android database sysadmin
    4
    0 Votes
    4 Posts
    13 Views
    U
    Hello, I personally have worked with various companies from fortune 100 organizations to early stage startups in my 20+ year’s career. I recommend to get in touch with Biz4Solutions (https://www.biz4solutions.com/ ) for discussing further about your app development project. This is a Texas based Software development company with extensive experience developing complex & high-end software products starting from Mobile Applications to Websites. For sure, they will provide honest opinions & suggestions to make this idea a success story. Thanks.
  • 0 Votes
    1 Posts
    1 Views
    No one has replied