• Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Get input from another class

    Well the other options can be [startActivityForResult()](http://developer.android.com/reference/android/app/Activity.html#startActivityForResult(android.content.Intent, int)) which would be my preffered choice given that you have some field and you want user to change value/s and then you …
  • Member Avatar for peter_budo
    peter_budo

    Edited Get input from another class

    Hello guys i have a really dumb problem i have two classes the first class is where the input value needs to be applied/readed and the second is where is …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Junit testing

    Well for the future it will be better if you can post small sample where you can demonstrate issue as above problem description obviously was not clear
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Installing Android Studio PROBLEM!

    I have a problem with installing Android Studio i followed thenewboston youtube channel for installing it and when i try to run it shows me some errors: `C:\Users\MONSTER\AppData\Local\Android\sdk\tools\emulator.exe -avd Nexus …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Installing Android Studio PROBLEM!

    1. Install Java 2. Add Java to your PATH (https://docs.oracle.com/javase/tutorial/essential/environment/paths.html) 3. Install AndroidStudio 4. Run AndroidStudio- Update Android SDK (you will need at least API 14 and api 22, latest …
  • Member Avatar for peter_budo
    peter_budo

    Edited how to store audio in mysql in java using jsp and servlet. And how to retri

    protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html"); PrintWriter pw = response.getWriter(); InputStream inputStream = null; // input stream of the upload file // obtains the upload …
  • Member Avatar for peter_budo
    peter_budo

    Marked Solved Status for Jframe

    Hello! I am using nebeans ide. I have made two jframes in my project, jframe1 and jframe2. One for login information and one for admin page. My project ran succesfuly …
  • Member Avatar for peter_budo
    peter_budo

    Gave Reputation to JamesCherrill in jList

    You really are not trying. Google JList tutorial. Go to the official Oracle tutorial. Go to the section called "Adding Items to and Removing Items from a List"
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Jframe

    Hello! I am using nebeans ide. I have made two jframes in my project, jframe1 and jframe2. One for login information and one for admin page. My project ran succesfuly …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Jframe

    PS: "*I am using nebeans ide.*" You do not need to tell us what IDE you are using, it is code that matters...
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Junit testing

    > though I do wonder what he's done that makes his eclipse project's compiling dependent on the order of dependencies in the project settings window :) I do remember NetBeans …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Junit testing

    I recently faced a problem when I was trying to run a junit test in eclipse. I was getting a ClassNotFoundExcpetion. So, I googled a bit and tried out a …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Junit testing

    Above description wouldn't help in solving your issue. If your build is dependent on JRE System Library above/below JUnit.jar it is plainly obvious you are dependent on IDE and your …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching NameValuePair depricated

    so im working on an app and the tutorial im using to learn the code he uses is depricated for the app version im using. ArrayList<NameValuePair> dataToSend = new ArrayList<>(); …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in NameValuePair depricated

    Deprecated doesn't mena you cannot use it. Just learn how to do it later you can swap it for custom library like Retrofit, OkHttp or Volley
  • Member Avatar for peter_budo
    peter_budo

    Edited How to add “Go Back” function in sliding-menu-navigation-drawer with webvie

    everbody, pls i m working on android application with the side menu navigation drawer with fragment and webview but android back button key is not working. this my code Main …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Need to learn Android App.

    > i wish the admins could create a tutorial on how to develop a mobile app for the different platforms Because it is unreasonable thing to do on forum given …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching android mobile app development in linux

    is there a way to develop an android app from a linux pc. because i couldnt pay the license fees of microsoft i decided to use linux. i am not …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in android mobile app development in linux

    @Slavi Eclipse usage is discouraged as Android Studio is these days prefered and reccomended tool even by Google. Eclipse Gradle implementation lags behind AS and it will be evntually dropped …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Populate TextView from String.xml using intents

    You should have gone with Map and there would be no need for switch ;)
  • Member Avatar for peter_budo
    peter_budo

    Edited Input data from HTML to SQL database table

    package Agents; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet(name = "InsertAgents", urlPatterns = {"/InsertAgents"}) public class InsertAgents extends …
  • Member Avatar for peter_budo
    peter_budo

    Edited Input data from HTML to SQL database table

    package Agents; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet(name = "InsertAgents", urlPatterns = {"/InsertAgents"}) public class InsertAgents extends …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Building an airline mobile application

    Hello, i am planning on designing an airline mobile application with android, as my testing devce. i'm doing this for the first time, can someone please guide me on how …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Building an airline mobile application

    The question is too braod. You cannot expect people to fill you on 1. Android development 2. Design 3. UX 4. Business logic of the app X. item on the …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in quickaction bar in android contacts

    That thing is way too old and not used anymore. Cyril post it back in 2011 (http://www.androiduipatterns.com/2011/03/greendroid-library-for-implementing.html) you should not use it. So what exactly you trying to achieve? Maybe …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in online storage for an android app

    > What about free cloud services? You can do it, but these have limitations on size and number of downloads etc (Example [Amazon S3](http://aws.amazon.com/s3/pricing/) [Google Cloud](https://cloud.google.com/storage/#pricing)) So one way or …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching online storage for an android app

    Hi all, Is it possible to use cloud storage services such as google drive or dropbox to be used as an online storage for my app? I am developing an …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in online storage for an android app

    You can share it through Google Drive, you just need to expose the folder as web content https://support.google.com/drive/answer/2881970?hl=en but as rubberman said data consumption is to keep in mind. You …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Problem in starting Android Studio

    Guys,i face problem while starting Android studio after installation. Error Msg is "The environment variable JAVA_HOME(with the value of c:\Program Files(x86)\java;) doesnot point to a valid JVM installation" Whereas i …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Problem in starting Android Studio

    8GB is reasonable start, but with 2GB is just no go. And eclipse will not solve your problem, and IDE abandoned by Google more then 2 years back
  • Member Avatar for peter_budo
    peter_budo

    Edited Responsive Web Design

    Hi Anyone uses Bootstrap?...Which version of JSF compatible with Bootstarp? Thanks Sabari
  • Member Avatar for peter_budo
    peter_budo

    Began Watching server application for hold ping and save data in database

    Hi All need discussion upon server application
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in server application for hold ping and save data in database

    You need to to provide better problem description not just bunch of keywords. Secondly I do suggest you to read [forum rules](https://www.daniweb.com/community/rules) to be clear on posting rules
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Equivalent of JSON.stringify() in JAVA

    Hello all, I have a function in JS, that I need to translate in Java to be used in my JSP as part of server side script. I need to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Equivalent of JSON.stringify() in JAVA

    Use [jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformat-csv), it is ratther simple to map CSV and generate JSON, than send it in response to user
  • Member Avatar for peter_budo
    peter_budo

    Began Watching quickaction bar in android contacts

    Hi I am trying to use a quickaction bar to parse contact address as a string from an android fragment to the other fragment. Any help?
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in quickaction bar in android contacts

    Sorry your question is rather confusing 1. Quickaction bar to parse contact address??? Explain please. There is no such thing as quick action bar. Perhaps you ment search in action …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How to add bookmarks and hyperlinks in pdf using itext?

    How to add bookmarks and hyperlinks in pdf using itext? can any body tell example. Thanks advance..
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to add bookmarks and hyperlinks in pdf using itext?

    Is it so hard to use Google search these days???? "java itext create hyperlink" and first link is http://itextpdf.com/examples/iia.php?id=131
  • Member Avatar for peter_budo
    peter_budo

    Began Watching checking zxing scan results with database

    I am working on an app where i would scan a coupon and it would find the matching upc in a sqlite database that i have created and place all …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in checking zxing scan results with database

    Take my advise and use [ActiveAndroid](https://github.com/pardom/ActiveAndroid) library or it new brother [Ollie](https://github.com/pardom/Ollie) Simple object to object transactions, no need to SQLite boilerplate.
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Access Servlet Request Params from JSP

    Hello everyone, I need to pass some parameters from my servlet to my JSP. I am able to access 2 of my parameters from the request object, but one of …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Access Servlet Request Params from JSP

    I would suggest to debug, because two parameters before this one are fine. It does look like you are actually pushing NULL instead of some value for `book_ref`
  • Member Avatar for peter_budo
    peter_budo

    Edited Access Servlet Request Params from JSP

    Hello everyone, I need to pass some parameters from my servlet to my JSP. I am able to access 2 of my parameters from the request object, but one of …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Phonegap get data from database

    Hi i made a jquery mobile website, but when i upload it to Phoegap and test, i can't connect to the database. I'm using the Dreamweaver login form in php, …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Phonegap get data from database

    Possibilities 1. You are querying database on localhost, installed on your own machine. Check some tutorials how to set it properly 2. You did not provide network permissions for the …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Populate TextView from String.xml using intents

    I have an app that uses GPS proximity alerts. I want to populate two textviews from my string.xml when the proximity alert fires off. Does anyone know how to do …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Populate TextView from String.xml using intents

    Well you have to work out some logic that will find out in which location proximity you are in. Once you identify location it should not be hard either have …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Need to learn Android App.

    Dear Core Developer, I want to learn android application development. I am newbie in android app dev. Can anyone please help me out that how to develop android mutiple choice …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Need to learn Android App.

    Your question is very generic, therefore there are two outcomes: 1. If you do not know Android then better lear it first 2. You know Android, be more specific where …

The End.