• Member Avatar for peter_budo
    peter_budo

    Replied To a Post in USING A SINGLE LISTVIEW FOR MULTIPLE ACTIVITIES

    Yes you can. Simple example, each of Pending Jobs, Incoming Jobs, Closed Jobs is simple button. On click you will trigger loader or async task to get job results. Once …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How to run code editor in android app

    Hi all, I am trying to run my code editor into my android app here is my link of editor [webpage code editor](http://guru99.com/demo-editor-php.html) I am using the below code for …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to run code editor in android app

    You ask help about Android app and you post code from your website? Where is common sense of solving issue? How someone can find problem in your Android app if …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching how to establish connection to my database?

    hi ! i ve just started doing mysql. i am making a web application in which employees database is reqiured to be shown in the table. i ve made a …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in how to establish connection to my database?

    Then you did not search properly, otherwise even before your first post you would have found [JSP database connectivity according to Model View Controller (MVC) Model 2](http://www.daniweb.com/web-development/jsp/threads/141776/jsp-database-connectivity-according-to-model-view-controller-mvc-model-2) that is actually …
  • Member Avatar for peter_budo
    peter_budo

    Edited Only One Number to be Entered

    Hello guys, I want to validated in my textbox only numbers shoud be entered and i found this code. <script> function isNumberKey(evt){ var charCode = (evt.which) ? evt.which : event.keyCode …
  • Member Avatar for peter_budo
    peter_budo

    Edited JSP Pagination Using Servlets JavaScript and Bean

    Hello Everyone, I am trying to achieve pagination using jsp javascript and servlets. Here is my code below: SearchUserViews.java `package TestPackage; /** * * @author Sagar */ private String _userid; …
  • Member Avatar for peter_budo
    peter_budo

    Gave Reputation to stultuske in JSP Pagination Using Servlets JavaScript and Bean

    honestly, I stopped going over your code when I saw two major flaws in it. first one: I saw this catch (SQLException se) { //handle catch } at least two …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in web app or apk application for android???

    Android has a resources folder where you can store various data/objects. One of this folder subfolders is drawable that can be represented also by various screen sizes drawable-hdpi, drawable-mdpi etc …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Checkbox

    Just realised you are using switch statment and validating view ID. This is no longer safe. If you need to do that you should then doing it from if/else
  • Member Avatar for peter_budo
    peter_budo

    Began Watching web app or apk application for android???

    hello. i have a project to do for android, i want to make a tourist guide app, but i want to have basic information on app and sometime i want …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in web app or apk application for android???

    web app is actual website. It is common that what ever response website is getting can be consumed by mobile application as this content is send in JSON format. Here …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android Checkbox

    hello guys, got this code but it has an error. any ideas? Thanks. public void ListenerCheckAll() { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); xAllButton = (Button) findViewById(R.id.button1); xAllButton.setOnClickListener(new OnClickListener() { @Override public …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Checkbox

    With your number of posts you should know better then just drop code with no exact error
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Homework: Pyramid

    Then you should not posted at all because if they never learn basic they will fail. It is OK to help with attempt when someone tried and got catch in …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching problem with android studio

    i have installed android studio on my pc and im trying to run it and its showing me an error that says, "The environment variable JAVA_HOME(with the value of C:\Program …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in problem with android studio

    Android SDK requires that you have instalation of Java 6 not Java 7 or 8. So uninstall it and get proper version
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Andriod Software

    how to make andriod apps? Which softwares is need for building a andriod apps?
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Andriod Software

    All you [need to know](http://developer.android.com/training/index.html)
  • Member Avatar for peter_budo
    peter_budo

    Edited How to write content of long .txt file to a pdf file using PDFbox in java

    Hi, I am writing the content of a long text file in pdf using PDFbox API in java but only half the page I am able to write please assit …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How to create a scroll view in potrait layout in android

    Hello guys am new to android development. I wanted to know how create a scrollview in Potrait layout using XML in android. below is the code i wrote in XML …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to create a scroll view in potrait layout in android

    Encapsulate your current `LinearLayout`inside `ScrollView` http://developer.android.com/reference/android/widget/ScrollView.html job done
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How long will it take me to grasp Android App Dev Java?

    So far I learned how to download the JDK Java Development Kit. Then created a PATH file cause it the training video they said something about sp Java won't mix …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How long will it take me to grasp Android App Dev Java?

    You do not need C++ and PHP. rubberman was trying to say that any knowledge of programming language especially object oriented language would speed up your learning process. Therefore grasping …
  • Member Avatar for peter_budo
    peter_budo

    Marked Solved Status for Unfortunately Stopped

    I am developing an android application using java with SQLite. The following code make the error: String selectQuery = "SELECT * FROM User"; Cursor cursor = db.rawQuery(selectQuery, null); I checked …
  • Member Avatar for peter_budo
    peter_budo

    Edited Unfortunately Stopped

    I am developing an android application using java with SQLite. The following code make the error: String selectQuery = "SELECT * FROM User"; Cursor cursor = db.rawQuery(selectQuery, null); I checked …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Unfortunately Stopped

    I am developing an android application using java with SQLite. The following code make the error: String selectQuery = "SELECT * FROM User"; Cursor cursor = db.rawQuery(selectQuery, null); I checked …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Unfortunately Stopped

    No matter which IDE you use there is a logcat which will tell you where error exactly happen. So check it out and stop posting generic error that you see …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How to Increase Review & Ratings For Android Apps

    Hello Friends, How Are You............. Please Give Me Help How to Increase Review & Ratings For Android Apps
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to Increase Review & Ratings For Android Apps

    1. Increase quality of the app, fix crashes and bugs 2. Implement functionality requested by users 3. Interact with people that commented on app
  • Member Avatar for peter_budo
    peter_budo

    Edited Android and google maps api v2

    I'm creating multiple custom info windows using only one xml layout, all of the info inside the window will be put In programmatically. I am now trying to give the …
  • Member Avatar for peter_budo
    peter_budo

    Edited appending two java text files

    hi to all... Plz i wnt a valuable code to append two text files in java i tried alot using WriteBuffered and FileOutputStream(file,true) but without any use i wrote the …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How to access jboss application in internet

    Hi all, I have deployed an application(.war) in jboss6 in linux machine. Now I am able to access the url inside network. If I want to acces the same in …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to access jboss application in internet

    Get public IP and configure your server to expose service
  • Member Avatar for peter_budo
    peter_budo

    Marked Solved Status for Android SDK content loader error

    Hello all, I need to do some simple project for school in java eclipse... so I went to android developer page and downloaded the adt-bundle for windows... I have 64 …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android SDK content loader error

    Hello all, I need to do some simple project for school in java eclipse... so I went to android developer page and downloaded the adt-bundle for windows... I have 64 …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android SDK content loader error

    Sorry to say, but hardly anyine does Android development on Windows machines down to various issues with configuration. Secondly Eclipse is such mess. Try to isntall Android SDK from [zip](http://dl.google.com/android/android-sdk_r22.3-windows.zip) …
  • Member Avatar for peter_budo
    peter_budo

    Edited Android SDK content loader error

    Hello all, I need to do some simple project for school in java eclipse... so I went to android developer page and downloaded the adt-bundle for windows... I have 64 …
  • Member Avatar for peter_budo
    peter_budo

    Edited mysql search in java

    Please any one can guide me how to write a [B] mysql database search[/B][I] in java....[/I] I want to search mysql database for some data in keywords. please help... thnakx
  • Member Avatar for peter_budo
    peter_budo

    Edited how to generate dynamic list in jsp

    is there any alternative ways to generate dynamic list in jsp ... i want to avoid jdbc connectivity code in jsp.... with out jdbc connectivity in jsp...i need to generate …
  • Member Avatar for peter_budo
    peter_budo

    Edited JSP

    Hi guys I am trying to write some code here in jsp. I want to select some employee using its attributes. The first option is to select the criteria on …
  • Member Avatar for peter_budo
    peter_budo

    Edited how to pass value from javascript to jsp???

    how to pass javascript variable value to jsp variable??? ex: <script> var name="balaji"; </script> <% String name1 = name (i need to store java script name value here.) %>
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Free IOS and Android App Software?

    Free IOS and Android App Software? Anyone know where i can find Free Software to create and app for IOS And Android i was wanting to design and create a …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Free IOS and Android App Software?

    @26bm nobody wants to support Adobe Flash, and even Adobe it self drop support for it in Android 4.2 so waste of time Android dev tools would be AndroidStudio, IntelliJ …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:

    To respond to your previous question answer is simple. `onClick()` event have to be associated with listener that has to be attached to UI element that can only exist in …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching 10,000 posts

    This is my 10,000th post in the DaniWeb Java forum. so I hope I won't get an infraction for being off-topic. I just thought this would be the perfect opportunity …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in 10,000 posts

    Well done James and thank you for kind words to estranged Jave developer! Yes I do Android but that is different story ;)
  • Member Avatar for peter_budo
    peter_budo

    Edited Using html onclick in java servlets

    I'm trying to use html onclick in java servlets like this; ShoppingCart cart = new ShoppingCart(); out.println(" <h1><button type=\"button\" onclick=\"cart.addBook(b.getIsbn())\">add</button> </h1>"); addBook is a method in ShoppingCart class, and I'm …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How do I replace my android app Google maps radius circle with a blue tran

    Colour can be 6 characters when it is RRGGBB (red, green, blue) or 8 characters AARRGGBB (alpha, red, green, blue) so you need to adjust alpha

The End.