• Member Avatar for peter_budo
    peter_budo

    Gave Reputation to pelle12 in Android horizontal scrollview

    Yup peter is right.
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Embedded database that works in netbeans does not exist outside netbeans

    I have multiple embedded database that all work fine while running inside netbeans, but when running the program outside (stand alone) of netbeans one of the databases does exist ie …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Embedded database that works in netbeans does not exist outside netbeans

    Having embedded database inside your project doesn't guarantie that it will work everywhere. Do you have any checks run on your database to determinate that all tables been created/do exist …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Phonegap versus Xamarin

    We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Phonegap versus Xamarin

    pritaeas any specific reason why you want to use 3rd party library that is mix of HTML5 and Ajax instead of native Android code base? Both frameworks will be always …
  • Member Avatar for peter_budo
    peter_budo

    Gave Reputation to Makcarov in connect to database from remote server for android app

    Try study about xampp
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in connect to database from remote server for android app

    @Makcarov please think twice before you post off topic answer. Question is how to communicate with server, not what type of server to use!
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to receive and send json with the com.google.gson.* library?

    @thorin sorry you are wrong as you need also JsonParser and JsonObject that are part of this library
  • Member Avatar for peter_budo
    peter_budo

    Began Watching GUI Display JTextArea of code from program

    Hello Everyone, I am having trouble getting a display of my program on the JTextArea "DisplayWindow". My code works and compiles but i do not know how to transfer the …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in GUI Display JTextArea of code from program

    Well you want to display some info on your GUI. Therefore you need to provide it with some data through your constructor, or make setter methods to set label and …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How to receive and send json with the com.google.gson.* library?

    hi, everyone I am a Java newbie. I have followed a bunch of tutorials and examples from the web but they all failed miserably at teaching me how to properly …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to receive and send json with the com.google.gson.* library?

    Just for benefits of community here is sample {name: "peter_budo", userGroup: ["user", "moderator"]} For this you would require class something like this public class User { @SerializedName("name") private String name; …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Scrolling not working

    Hi., I'm using scrolling content using Tinyscrollbar., its working but when contents are large its not working. I checked the steps in plugin., touchmove not working in start function. In …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Scrolling not working

    You better contact author of that library as he is more likely to provide yu with faster reply http://baijs.nl/tinyscrollbar/
  • Member Avatar for peter_budo
    peter_budo

    Began Watching connect to database from remote server for android app

    i want to develop android app using html, css & jquery mobile in dreamweaver CS6 that integrated with phonegap. My app will send & receive data from database in remote …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in connect to database from remote server for android app

    From your device sent HTTP request (GET/POST) to server. Server process the request and fetches data for you, transfers data to JSON format and send it as reply that you …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Sqlite database not open in nexus 7

    The following error occurs in nexus7 android 4.4 device 12-11 12:53:15.708: E/AndroidProtocolHandler(5245): Unable to open asset URL: file:///android_asset/www/cordova_plugins.json 12-11 12:53:15.798: D/CordovaNetworkManager(5245): Connection Type: wifi 12-11 12:53:15.798: D/DroidGap(5245): onMessage(networkconnection,wifi) 12-11 12:53:15.798: …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Sqlite database not open in nexus 7

    Not standard Android error, guess Cordova is behind with support of latest Android OS. You should ask on Cordova [mailing list](http://cordova.apache.org/#mailing-list).

The End.