5,031 Posted Topics
Re: You better read on service, something like http://www.vogella.com/articles/AndroidServices/article.html | |
Re: Sorry, but this is software development forum not tech support. You better contact Samsung on their own forum http://developer.samsung.com/forum/en | |
Re: Not so free, either log with facebook account or create account with them so you open doors for more spam. | |
Re: 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 | |
Re: 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 … | |
Re: MySQL Documentation - [10.1.5. Configuring the Character Set and Collation for Applications](http://dev.mysql.com/doc/refman/5.0/en/charset-applications.html) | |
Re: 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 … | |
Re: 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 | |
Re: 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 … | |
Re: I snipped link because linked site has harmful content, got warning from F-Secure | |
Re: 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) … | |
Re: What are you trying to achive? Why to mix two technologies (Java and PHP) together? | |
Re: 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)? … | |
I have four JTextFields where user is allowed to enter only numbers. Question is how do I do this? | |
Re: Guiding would be far more easier if you provide code you used upload your image... | |
Re: Nice try James, but that would be only me replying :P To create mobi format you can use official [Amazon Generator](http://www.amazon.com/gp/feature.html?docId=1000234621) for epub have look [here](http://www.siegmann.nl/epublib) or just Google for Java Epub library. All the resources gathered through Google search xD | |
Re: Linked tutorial is 7 years old so if high-end devices used that time are now more likely out of stock and not used any more. Any of current low-end devices can do more then these "high-end". As for your problem you need to provide better explanation as only thing I … | |
Re: You can use cursor with list with minimum effort. See this [example](http://www.vogella.com/articles/AndroidListView/article.html#cursor) | |
Re: Depends on where you are triggering this dialog Activity or Fragment, you would use [AlertDialog](http://developer.android.com/reference/android/app/AlertDialog.html) [DialogFragment](http://developer.android.com/reference/android/app/DialogFragment.html). Examples can be found [here](http://developer.android.com/guide/topics/ui/dialogs.html) | |
Re: 1. Setup server with database 2. Send query in POST/GET format 3. Wait for reply There been some attempts to get SQLite on JME platform, but not sure how far they got. Other soution would be to use [RecordStore](http://docs.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/rms/RecordStore.html) | |
Re: I do not know any free hosting, but if you interested for reasonable price hosting I can recommend one [LIST] [*] 6 months € 4.5 € 27.0 [*] 12 months € 4.0 € 48.0 [/LIST] If you interested just PM me and I will send you contacts on provider, I … | |
Re: 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 … | |
Re: [QUOTE=eyalsh;1024447]I have the same problem as you do if you've solved the problem I would like to ask you to email me:<EMAIL SNIPPED>.[/QUOTE] Create new thread, describe your problem in detail and do not forget to include any relevant code. Post close as hijacking is not welcome. | |
Re: Read this [tutrial](http://www.daniweb.com/web-development/jsp/threads/141776/jsp-database-connectivity-according-to-model-view-controller-mvc-model-2) connection from JSP is just very-very-very old faashioned | |
Re: 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 … | |
Re: 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](https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&sqi=2&ved=0CEMQFjAA&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fdevices%2Fdetails%2FNexus_4_8_GB%3Fid%3Dnexus_4_8gb%26hl%3Den&ei=LvqQUabCB6aM0wXTwYCgCg&usg=AFQjCNEGowC3Eha7UNJXhmIjrMaKot0mdg&sig2=rEH6moMnyRI05dn3cTukSA&bvm=bv.46340616,d.d2k) (SIM … | |
Re: For start replace all the stack trace calls with `Log.e()` to get hold of exceptions | |
Re: Obviously at source [Adobe tutorials](http://www.adobe.com/devnet/flex/videotraining.html) | |
| |
Re: There are so many JSON Java libraries that would make returned JSON marshaling so easy and simple to do [Jackson](http://jackson.codehaus.org/), [Gson](https://code.google.com/p/google-gson/), [JSON](http://json.org/) and in 2 months time you didn't come up with something better... | |
Re: 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 | |
Re: You can try [this](http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/) nevertheless I as user would never install app that needs root access to system. You would loose me on trust | |
Re: @ashu_305 congratulation on your program, just shame you are about 4 year too late... PS: Next step in your messaging service would be perhaps some GUI and use of threads. Good luck | |
Re: String.valueOf `http://developer.android.com/reference/java/lang/String.html#valueOf(long)` is better option | |
Re: No free space, you should provide us with your code so we can help you find the problem | |
Re: There is long post dedicated to Android resources on top of [this forum section](http://www.daniweb.com/software-development/mobile-development/threads/302854/starting-mobile-development-sdk-tutorials-resources-faq#post1299837), secondly Eclipse is not only IDE for Android there is also [IntelliJ IDEA](http://www.jetbrains.com/idea/download/index.html) which in community version supports Android development | |
Re: I would like to have app that would run non-stop and drain energy. I would rather have service that on pre-define time wakes-up do what ever needs to be done and go back to sleep. Have look on this threadd at stackoverflow [Service architecture, continuously running vs. wake up](http://stackoverflow.com/questions/7905939/service-architecture-continuously-running-vs-wake-up) PS: … | |
Re: I think you looking for EdgeEffect, read this post from [Kirik](https://plus.google.com/108761828584265913206/posts/3x5Pz2EQhvm) | |
Re: Did you try Project > Clean? | |
Re: Flash is not supported for Android 4.1 and above. It is legacy software about to die out. For morein details advice we need to know what mobile platform OP intends to develop, however I fear it is another of his question to spam signature links | |
Re: What always strikes me is how often all these security companies fail to include which version of OS device was running. So if the attack came on 4.0 above version it is a issue, if it was bellow 2.3 nobody will care since that stack is being replaced prety soon | |
Re: Have look on[URL="http://asprise.com/product/jtwain/"] JTwain[/URL] also there is plenty of resources in regards of [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=java+media+framework+web+camera&meta=lr%3D&aq=f&aqi=&aql=&oq=&gs_rfai="]Java Media Framework[/URL] | |
Re: You have to have installed Zxing barcode app, secondly you have to do it on real device not emulator | |
Re: Error points toward MainActivity.stopRead() you didn't post code for it | |
Re: No flaming inteded, however it would be nice once in while if you wrote about something that got fixed. Open source community is doing their best to help to tacle all while trying to bring new stuff in. World is not all negative... ;) PS: Can get you in touch … | |
Re: I say you need first learn flash and than think of building website in flash. I'm not pro in this area but at least I do have some backround knowledge of this tool. Firstly get started with tutorials provided with your copy of flash/ get a book, than you may … | |
Re: You talking about wireframes. Everybody has different approach to it, most commonly it does involve photoshop and UI designer that will design number of screens based on project requirments and research to provide expected final outcome and also a point for discussion | |
Re: I'm failing to understand a reason for this to be done, so not surprised that no one else replied. Why do you want to get JavaScript variables and returned value? |
The End.