• Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Getting Network Operators depending on the Country

    Never tried to do such think. However I found this post on [stackoverflow](http://stackoverflow.com/questions/6668271/get-cell-tower-locations-android) that discusses extracting data from current connection. So based on that I looked up [ServiceState](http://developer.android.com/reference/android/telephony/ServiceState.html) and that …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching JAVA VPS

    I opened a website business but i am programming at jsf mostly for big sites. Is there any good JAVA VPS or virtual Java server that i can buy because …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in JAVA VPS

    I used to be with [DailyRazor](http://www.dailyrazor.com/java-jsp-hosting) before I moved to VPS with [Linode](http://www.dailyrazor.com/java-jsp-hosting)
  • Member Avatar for peter_budo
    peter_budo

    Edited JSP script variable query

    <script> function a(){ var filename="test.txt"; </script> <img src="img/test.png" title="?"/> How to get the value of "filename" in "title"?
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android Application wont launch on AVD in Eclipse

    Hello, I am new to android development and this is my first time using eclipse so sorry if this question sounds silly. I have created an android application called IFMApp. …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Application wont launch on AVD in Eclipse

    Because you are missing `@Override` annotation with method call `onCreate` and `onClick`. These are there for reason!
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Security to webapp folder

    Guys, I need your help to finish up my assignment. I have JSP application naming myProject ,which has been deployed in webapp folder in tomcat. I want to provide security …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Security to webapp folder

    Apache Tomcat 7 - [Security Manager HOW-TO](http://tomcat.apache.org/tomcat-7.0-doc/security-manager-howto.html) happy reading
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How work with jsp / servlet file on server

    Hi, I have linux based hosting. I need to upload and work the jsp/servlet pages. after i uploaded the files into the hosting, when i checked the files , it …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How work with jsp / servlet file on server

    You need to install one of the Java container or as they often called Java servers. Most common [Tomcat](http://tomcat.apache.org/), [Jetty](http://www.eclipse.org/jetty/) or [JBoss](http://jbossas.jboss.org/)
  • Member Avatar for peter_budo
    peter_budo

    Began Watching convert pdf to jpg java code examples to follow

    All, Looking for newbie help. I searhed the internet looking for examples to follow. What I want to do is write code to read a multipage pdf and convert to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in convert pdf to jpg java code examples to follow

    As Jwenting said there are free options such as [iText](http://itextpdf.com/), [Apache PDFBox](http://pdfbox.apache.org/) and others just search for them Both of above mentioned libraries have very good documentation with plenty of …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching PhoneBook

    Hi All, Really, I need your help to create phonebook application with MVC. in which the application contains a contacts database. also the application should contain a login screen to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in PhoneBook

    Secondly there is always this [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)
  • Member Avatar for peter_budo
    peter_budo

    Edited Post formatting

    List followed by code snippet does not render properly. Example * Item One * Item Two * Item Three Log.i(MainActivity.class().getSimpleName(), SOME_MESSAGE); //info Log.d(MainActivity.class().getSimpleName(), SOME_MESSAGE); //debug Log.w(MainActivity.class().getSimpleName(), SOME_MESSAGE); //warning Log.e(MainActivity.class().getSimpleName(), SOME_MESSAGE); …
  • Member Avatar for peter_budo
    peter_budo

    Created Post formatting

    List followed by code snippet does not render properly. Example * Item One * Item Two * Item Three Log.i(MainActivity.class().getSimpleName(), SOME_MESSAGE); //info Log.d(MainActivity.class().getSimpleName(), SOME_MESSAGE); //debug Log.w(MainActivity.class().getSimpleName(), SOME_MESSAGE); //warning Log.e(MainActivity.class().getSimpleName(), SOME_MESSAGE); …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Post formatting

    List followed by code snippet does not render properly. Example * Item One * Item Two * Item Three Log.i(MainActivity.class().getSimpleName(), SOME_MESSAGE); //info Log.d(MainActivity.class().getSimpleName(), SOME_MESSAGE); //debug Log.w(MainActivity.class().getSimpleName(), SOME_MESSAGE); //warning Log.e(MainActivity.class().getSimpleName(), SOME_MESSAGE); …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Studio Questions / Help (noob)

    Here is update, I added some comments in code and also at the end of post import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.view.View; import android.widget.Button; import android.widget.TextView; import co.uk.apptivation.nga.library.R; import java.math.BigDecimal; …
  • Member Avatar for peter_budo
    peter_budo

    Edited Android Application wont launch on AVD in Eclipse

    Hello, I am new to android development and this is my first time using eclipse so sorry if this question sounds silly. I have created an android application called IFMApp. …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Studio Questions / Help (noob)

    Back to layouts, here is something you maybe interested in to read https://plus.google.com/+AndroidDevelopers/posts/FJv7Pym2HtZ
  • Member Avatar for peter_budo
    peter_budo

    Edited google maps not showing but no error

    Hi I am new to android dev. I want to show google maps in my application. This is my mainactivity.java import android.R; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Studio Questions / Help (noob)

    This can be managed by Intents, where your apllication invokes another application and listen for result. Few examples/explanations how calculator can be called by intent can be found [here](http://www.intertech.com/Blog/android-intents-for-app-integration-call-a-calculator-play-video-open-an-editor/) and …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching cities around me

    Hi I want to find cities around me and display in a list.
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in cities around me

    [Here you go](http://lmgtfy.com/?q=android+google+maps+location+tutorial&l=1)
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Studio Questions / Help (noob)

    Check what is maximum of RAM you can add to your PC. RAM these days is not very expensive and in this case worth upgrade. Company like [Crucial](http://www.crucial.com/) can help …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching android programming question

    Noob Question, but I am following this tutorial : https://sites.google.com/site/androidappcoursev3/labs/lab-1#2 and I am getting to the bottom and I am confused on what I am supposed to be doing, am …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in android programming question

    If you found solution please share with community, do not just mark thread as solved.
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Studio Questions / Help (noob)

    Yes difference been them is down to screen sizes, you would need to provide layouts for mdpi, hdpi etc. which do provide different sizes of buttons, fonts, spacing and other …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android Studio Questions / Help (noob)

    Hi mobile devs, I am noob to android studio and java, but have some c and c++ basic knowledge so not noob to programming in general. However I am also …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Studio Questions / Help (noob)

    GridLayout takes a collection of items. So you need to design layout of a singular item. Then you create adapter, tell it to use your item layout, provide and provide …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching image size for android developement

    hello friends. i just start with android and i got many trouble one is the image size so i can undestund ldp is for low density and it's grow to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in image size for android developement

    All is explained in Android documentation http://developer.android.com/guide/practices/screens_support.html
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android dev Eclipse

    I installed Eclipse IDE along with SDK JDK. When I try to create a new Android project it does not appear in context menu. I uploaded image to show. http://s1.postimg.org/b1n9yag9r/ENP.jpg …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android dev Eclipse

    [Android Studio](http://developer.android.com/sdk/installing/studio.html) is becoming industry standart with better features then Eclipse
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in ambed image in androdi app

    1. It is not `textView` but `TextView` 2. Secondly like I mentioned previouly you can format text in similar way like CSS. Each elements of layout can be styled individually …
  • Member Avatar for peter_budo
    peter_budo

    Edited hi thier

    hi thier i was wondering if you guys could hep me when i press equall it calculates but when i press equall again it adds the first number added, for …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Can a native website be converted to mobile web?

    Hello every one, I was assigned to developed a website for My company and all is good by now,only the testing department gave a question if there is a way …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Can a native website be converted to mobile web?

    Any website is accessible by mobile devices these days. You just need to learn restrictions and serve appropriate content, therefore browser and operating system detection is important
  • Member Avatar for peter_budo
    peter_budo

    Edited Can a native website be converted to mobile web?

    Hello every one, I was assigned to developed a website for My company and all is good by now,only the testing department gave a question if there is a way …
  • Member Avatar for peter_budo
    peter_budo

    Edited Have programming question

    We are having trouble fixing the padding for the mobile view of our website at navigatedivorceguide.com. The authorize.net cart was afflicted with a box that went off the screen to …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Have programming question

    We are having trouble fixing the padding for the mobile view of our website at navigatedivorceguide.com. The authorize.net cart was afflicted with a box that went off the screen to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Have programming question

    @aliieb do not expect people to go and check your websites. Post your code and explain what is expected and what is actual result. Also I'm inclined to move this …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching ambed image in androdi app

    hello dear friends i'm not a developer not app designer what i know is just buiding website and i'm an autolearner. i have a national champion to make an app …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in ambed image in androdi app

    As I mentioned before in your other thread (that you did not close) design for mobile apps is not same as design for web sites. XML extract of layout that …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Andriod Software

    @Rakesh456 give me one good reason to use Eclipse and I will give dozen reason not to use that clumsy ugly thing. @Umair_4 you want to learn inovative way of …
  • Member Avatar for peter_budo
    peter_budo

    Edited J2ME Netbean compilation error : Error Invalid JAD Exception

    I trying to compile my code in netbean (no red color highlight in code), but there is an error that cause it to fail. i not sure why is it …
  • Member Avatar for peter_budo
    peter_budo

    Edited JSF not showing data from database

    I'm trying to show data from mysql database in JSF, but getting error: javax.servlet.ServletException: /index.xhtml @16,70 value="#{userBean.getUserList()}": The class 'com.dev.UserBean' does not have the property 'getUserList'. javax.faces.webapp.FacesServlet.service(FacesServlet.java:325) I'm using http://www.devmanuals.com/tutorials/java/jsf/database/viewdata.html …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching java type mismatch

    Hi just starting learning java jdbc .. i have this error: Type mismatch: cannot convert from int to Object **tempRow = new Object[]{rows.getInt(1), rows.getString(2), rows.getString(3), rows.getDouble(4), rows.getString(5), rows.getInt(6), rows.getDouble(7),rows.getString(8)}; **
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in java type mismatch

    Upgrading Java is no so hard job https://help.ubuntu.com/community/Java
  • Member Avatar for peter_budo
    peter_budo

    Began Watching USING A SINGLE LISTVIEW FOR MULTIPLE ACTIVITIES

    Hi guys, i wanted to find out if its possible to use just a single listView for different activities. For instance i have three activities (Pending Jobs, Incoming Jobs, Closed …

The End.