peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I just tried http://www.overclockers.co.uk/search_results.php?keywords=asus&cat=monitor but that returns all sort of results, you would still need to filter a lot of stuff out

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I would strongly advice against it, It does require too much manual work that goes down to sink hole as soon as website owner decide to make changes...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You better ask that question on Nokia forum. This forum is development not product support

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Well given the purpose of their business and size of it overclockers are unlikely provide any api to help you out. You may have to search for some larger best price/top deal search engines for API to use

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Many of the sites would be able to provide you with dedicated API that will be returning JSON object there is number of libraries that can help you to convert JSON to POJO (plain old java object) for example GSON or Jackson. In the worst case scenario that you have to actaully search through HTML you may want to use Jsoup library

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

@bCubed I'm gone be cruel but you been living under rock. Eclipse lost profesional developers support+interest+appeal over last 2 years because of the never ending issues with Maven support and proper application testing and people slowly moved to IntelliJ.
Android Studio is gone be nothing like Eclipse, because Android Studio is based on open source version of IntelliJ. On top of that Android Studio is designed with Gradle as top priority

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You better read on service, something like http://www.vogella.com/articles/AndroidServices/article.html

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Sorry, but this is software development forum not tech support. You better contact Samsung on their own forum http://developer.samsung.com/forum/en

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Not so free, either log with facebook account or create account with them so you open doors for more spam.

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Well since it is LOL to you we can close this thread

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You better to be more specific as where is the issue, what you have problem to work with. Nobody will write code for you just because you posted auto-generated code stub

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I will try to have look at it later, just returned from holidays...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You sure it is Android app and not your website that is problematic? I got this error when visited login

Warning: include(spi/connect.php): failed to open stream: No such file or directory in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 4 Warning: include(spi/connect.php): failed to open stream: No such file or directory in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 4 Warning: include(): Failed opening 'spi/connect.php' for inclusion (include_path='.;C:\php\pear') in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 4 Notice: Undefined index: username in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 6 Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 6 Warning: mysql_real_escape_string(): A link to the server could not be established in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 6 Notice: Undefined index: password in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 7 Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 7 Warning: mysql_real_escape_string(): A link to the server could not be established in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 7 Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 9 Warning: mysql_query(): A link to the server could not be established in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 9 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\zpanel\hostdata\djmann1013\public_html\login.php on line 12

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I will have look in few days as at the moment I'm on holidays

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

For Java based apps it will be always Canvas as your main drawing board and then manipulation of Bitmap. So since BlackBerry and Android are using Java you are covered there. For iPhone you will need to research, but I expect to be same as it is always Canvas and bitmaps on different layers with different visibility or edited content

JameB commented: Thanks! :) +4
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You could have already look at the two companies I mentioned. Besides country of origin doesn't matter as long you able to pay and do not host stuff that may violate their usage policy... With linode I pay $20 per month, I do usualy pay for period of 2 years so I get 2 montsh free as there is 15% discount. 10% for 1 year

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Shared number of people are sharing same instance of Tomcat/GlassFish/Jetty and if you or them request server restart there is downtime for all users, usually there is limit on how many restarts you can have. It is cheaper but pain in neck due to limited control you have.
Private, only your app is run on the server either you can restart server as you need or can ask support to do it for you.

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I'm currently using Linode, you can isntall from selection of operating systems and install whatever apps/tools/libraries you want. In past I used dailyrazor they will setup Unix or Windows environment but otherwise you have to go with their tools.
You need to decide if you want shared server or private and how much control over it you want...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

1) Forum rules clearly states Do provide evidence of having done some work yourself if posting questions from school or work assignments
2) If someone does something like that it will be morelikely commercial project and you are unlikely get your hands on source code

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I snipped link because linked site has harmful content, got warning from F-Secure

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Yes in deed power of copy and paste. Fixed

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I'm not PHP guy, but quick search turn up exec and here is sample of usage

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Where are you storying images?

  • Are these provided by your app? If so you can create XML with array of resource IDs
  • Accessing user device picture folder? You need to have logic to fetch images with their absolute path
  • Fetching them from web (like flicker most popular)? Have some JSON service to parse returned result of web request and either implement or re-use (some open source) image loader like this
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Don't know how you doing execution and reading from command line but you can always save jar output into file and have your php page access the file in intervals.

PS: Nevertheless I still do not see point behind this exercise. Why would you want PHP listen for JAR output messages?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Here is example how to create own exception

class OfferException extends Exception {
    OfferException() {
    }

    OfferException(String message) {
        super(message);
    }

    OfferException(String message, Throwable cause) {
        super(message, cause);
    }
}

then somewhere in code

private static int latestOffers(String someString) throws OfferException {
        try {
            //do something
        } catch (OfferException e) {
            throw new OfferException("Did not found any offers");
        }
    }
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

What are you trying to achive? Why to mix two technologies (Java and PHP) together?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Commercial product with licence in thousand pounds, bahh! If you wish to provide link to library then post good open source not comercial stuff...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Nice try James, but that would be only me replying :P

To create mobi format you can use official Amazon Generator for epub have look here or just Google for Java Epub library.

All the resources gathered through Google search xD

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You can use cursor with list with minimum effort. See this example

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Sorry I wouldn't know I'm Android developer and didn't tried either of above technologies

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

This forum my friend not 24/7 answer my question site. Therefore we answer whenever we do find time.

PhoneGap is convenient for companies that cannot afford to employ one iOs and one Android developer or perhaps whole teams. However it will never match the speed of native application and it will always lag behind latest available SDK for either platform because somebody have to first write it up into PhoneGap. So draw your conclusions...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Have look on this post

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

@prashant0804 read above replies and show some effort

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Depends on where you are triggering this dialog Activity or Fragment, you would use AlertDialog DialogFragment. Examples can be found here

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Read this tutrial connection from JSP is just very-very-very old faashioned

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

It is better to open emulator before actually deploying as it does take time to start emulator, and then just run deploy from Eclipse (not sure of specifics I'm IntelliJ user). Also it is good idea to assigne more then 32MB of RAM I usually run 512MB emulator is faster then, but prefered option is alsways real device on USB debug

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Moving C++ for Android

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

All of recent phones with Android 4.1 or above works smooth unlike it was with 2.3.3 or below. The chepest are always Nexus branded phones as it is Google idea to get developers good spec devices with latest OS available. You can buy Nexus 4 either from Play Google (SIM free, not locked with network) or buy it with your local mobile provider.

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Moved to Legacy lnaguages section, till we find which language it is

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Obviously at source Adobe tutorials

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

For start replace all the stack trace calls with Log.e() to get hold of exceptions

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

@riahc3 to tell moderator shut the up is very stupid as I do not care if you team colleague or not. I made comment after seeing your last post (1 week ago). So cut juicy part from "timely" replies as next time you may not find me in good mood

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

No you either know Java and can do Blackberry or Android, else you know C# and can do Windows, or you know Objective C and iPhone. There are some frameworks like PhoneGap which allows you mutiplatform development with JavaScript or alike but they slow unlike native apps writen in any of above languages

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

There is no silver bullet for this, you will need to do your research (bet it is part of your job as sale/advertising department). Make your task easier you can start with reading http://www.emailonacid.com/blog/details/C13/emailology_a_free_responsive_email_template_using_media_queries_-_part_i

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You can try this nevertheless I as user would never install app that needs root access to system. You would loose me on trust

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Closing ages old post that gets bumped once in a while...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

There are so many JSON Java libraries that would make returned JSON marshaling so easy and simple to do Jackson, Gson, JSON and in 2 months time you didn't come up with something better...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster