• Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Secure voice encryption

    Obviously start with reconding, decide on encryption and how each side will verify the other side, encrypt data and send chunks of it
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Adding a sub tabHost to a main tabView

    I know it is possible, nevertheless it is completelly conter productive and Google would strongly advise against such think. Consider reading design guidelines
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Adding a sub tabHost to a main tabView

    i am designing an android app and in me deisgns there is one with a tabView thats hosts another tabView in one of the tabs. i want to know if …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Adding a sub tabHost to a main tabView

    Who ever designed your design has no idea about design for mobile devices. To have tabs inside tabs would be just stupid. Instead you should use navigational drawer to show …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching How do i move the circle ?

    Hello i have a little problem with moving ball around screen, also i'm confused why i cannot put this variables `double x = 0, y = 16, muvx = 0, …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How do i move the circle ?

    @donnasander you been close it is Java however it is manipulating AWT that is not part of Android framework @Stefan_1 have look on this article from stackoverflow should help you …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Notes for monodroid

    Hi, I need to know facts about monodroid. Please suggest. Thanks
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Notes for monodroid

    [Here](http://lmgtfy.com/?q=monodroid&l=1) are all anwerd you need
  • Member Avatar for peter_budo
    peter_budo

    Began Watching TV channel streaming in android app

    How to make an app that should run different TV channels inside android application.
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in TV channel streaming in android app

    **Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Get online data that automatically update inside app

    How to make an app that fetch online data from different websites and update automatically updates.
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Get online data that automatically update inside app

    **Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Cloud storage and sessions in android

    Hello every one, I want develop an android application that should be implement seperate xml views for separate users when they are logged in. I don't know which package will …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Cloud storage and sessions in android

    **Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments
  • Member Avatar for peter_budo
    peter_budo

    Marked Solved Status for Android boot_completed broadcastreceiver

    Hi.. I am trying to make a broadcast receiver that receives BOOT_COMPLETED when the decvice is powered up; and eventually I want to launch my application. Here's my code: MainActivity.java …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Pause and Resume Downloading in Asynctask

    I want to build an simple android download app without using download manager. I try to implement it with asynctask. But I don't know how to implement "pausing and resuming …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Pause and Resume Downloading in Asynctask

    Have look at this blog http://mobiarch.wordpress.com/2012/07/20/pausing-and-resuming-background-work-in-android/
  • Member Avatar for peter_budo
    peter_budo

    Edited Pause and Resume Downloading in Asynctask

    I want to build an simple android download app without using download manager. I try to implement it with asynctask. But I don't know how to implement "pausing and resuming …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching App works on Windows Phone emulator, doesn't work on actual Phone

    The title says everything, I was searching through google why this is the case but haven't been able to find any answers. Any reference would be greatly apreciated...
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in App works on Windows Phone emulator, doesn't work on actual Phone

    Without any actual error people are not gone be able to help you. Also please make sure you folleoded instructions how to deploy to device and that device is registered …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android app install to storage

    Have the Proscan PLT8802G-2014-0314 Android 4.2.2 Tablet. Just added a 32GB SD card and want to run most apps from the SD. Manual is poor and I seek an informed …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android app install to storage

    try adb devices adb shell pm set-install-location 2 adb shell pm get-install-location
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Help me, please!!

    The problem is when I enter a string or a name in the edittext, it cannot be appeared in the textview after i press the button "Send request". I don't …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Help me, please!!

    Well either you posted wrong code piece or you did not implemented this yet and trying to trick us in doing your work. Either way there is no send button …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching build.xml eclipes

    Is the a model folder and file structure to follow if I wanted to build java projects in eclipse?
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in build.xml eclipes

    build.xml is used by Ant to provide specific instruction how to build your project https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html Similary Maven uses pom.xml [tutorial](http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html) and Gradle uses build.gradle [tutorial](http://www.gradle.org/docs/current/userguide/tutorial_java_projects.html)
  • Member Avatar for peter_budo
    peter_budo

    Began Watching joda time does not complie on the command line

    I have a couple java apps that run good in netbeans and in eclipse yet when I compile on the command line during the build.xml they all get these 100 …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in joda time does not complie on the command line

    @JamesCherrill not all using Java 8 yet :P @James_30 given that you mention build.xml I believe you have Ant build and your IDEs (NetBeans, Eclipse) do know where to find …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Windows Phone 8.1 Development

    Hi All, I am developing an App for Windows Phone 8.1 called Transport Management System. First up am trying to use Sqlite DB with the App. I was successful in …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Windows Phone 8.1 Development

    Not working is rather bad description. If you post any error/crashes you gettng perhaps someone may help you...
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in danijsptutorial

    From my point of view IntelliJ is far better then Eclipse handling build tools like Maven and Gradle (second is becoming more and more popular, well I have to addmit …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching danijsptutorial

    hello I am working with the daniwebjsptutorial the first one. I have a src and in it I have the resource.dir. I have the HttpServlet.jar there. I do not know …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in danijsptutorial

    Ohhh dear god, my past is biting me back... I did wrote this tutorial 6 years ago, hopping to show people how to do scriplet-less Java web development. At the …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Need help with "Share with facebook" in app

    Hi! I need some help with share with facebook, because I am developing an application and I would like that you could share a picture or a description of the …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Need help with "Share with facebook" in app

    Since you did not specified exact problem I can only point you to Facebook oficial documentation https://developers.facebook.com/docs/android/share
  • Member Avatar for peter_budo
    peter_budo

    Marked Solved Status for PhoneGap resolveLocalFileSystemURL Issue

    I am using [PhoneGap Build](https://build.phonegap.com/) to build an iOS application and using [weinre](http://people.apache.org/~pmuellr/weinre-docs/latest/) to debug. So far so good. I am trying to use the *media-capture* and *file* APIs to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Google Play Services for installing Google Maps Android API

    From command line you can execute android sdk list -a *For windows you may have to go with android.bat* it is ages since I did Android setup on Windows machine …
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Any diagnostic code exists in Android?

    Hi, I am currently writing a class that sends device diagnotic information to a server. My Android device will be installed somewhere else and it should send its status to …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Any diagnostic code exists in Android?

    * Build http://developer.android.com/reference/android/os/Build.html * MemoryInfo http://developer.android.com/reference/android/app/ActivityManager.MemoryInfo.html * DisplayMetrics http://developer.android.com/reference/android/util/DisplayMetrics.html
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Taimur

    Hy..! I need android app idea for final year project.
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Taimur

    @Taimur_1 Hey I want to be rich, do it for me! This is sort of attitude and post we do not like to see around...
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Android Google Play Services for installing Google Maps Android API

    Hello Friends, I am new to DANIWEB. I am from chennai,India. I am trying an android app(UI is over, this technical part alone is kinda complex because i am just …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Android Google Play Services for installing Google Maps Android API

    google play services are at the bottom after all api levels as you can see here https://cdn.tutsplus.com/mobile/uploads/2014/02/android-play-services-sdk-manager.png
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Error inflating class com google ads AdView

    using: eclipse I have created a android app and I am trying to add some ads on to it. I am using admob.com but I am not sure what I …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Error inflating class com google ads AdView

    Have you read this ? https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in How to do Load Testing with Mobile Apps

    JMeter will not similate problems with network like slow connection or disrupted...
  • Member Avatar for peter_budo
    peter_budo

    Began Watching Tracking app for mobile

    We are creating a mobile app for our local school transportation (E-cab) for our thesis. We would like to try if this can be done without the use of internet. …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Tracking app for mobile

    > Use BLE (Bluetooth Low Energy) and iBeacon. Take full advantage of those. And how do you propose to transmit updates on cabs locations in oreder to work out journey …
  • Member Avatar for peter_budo
    peter_budo

    Marked Solved Status for Timespan in Android?

    I ve made an windows phone app in c# and now I m making equal android app. I ve come to the problem where I have to compare some times. …
  • Member Avatar for peter_budo
    peter_budo

    Replied To a Post in Ant cobertura build.xml for coverage

    In all seriousnes, I think you should try to join JUnit mailing and ask there. These days builds tend to be based around Gradle (where you either use Gradle plugins …

The End.