Hi,
In my manifest file, I have given the application name as MyApp and the name of the starting activity as Main Menu.
<application android:theme="@style/theme" android:icon="@drawable/myicon" android:label="@string/app_name">
<activity android:name=".MainMenu"
android:label="@string/mainmenu_name">
<intent-f...
hello all,
i have no idea about the nokia app all i know it is used the c++ and QT SDK correct me if I am wrong.
any references or book will be great.
Thanks
...
how do i load a local image from android assets from a generated (php) server-side html file?
eg.
>
img src="file:///android_asset/calendar-date-icon.png">
-or-
background:#ffffff url(file:///android_asset/calendar-date-icon.png)no-repeat;
cannot get either to work
...
Application of Linux...?
...
I have a facebook app that I have written in PHP/MYSQL and FBJS/AJAX. The app is Rails Across Europe, which may be found at http://apps.facebook.com/rails_across_europe (please note that it does require access to your FB data). If you would like to view a screencast of the app's operation, you may do so at http://screenr.com/TZR and http...
My Map activity crashes on launch. I have included all the permission and also tested on a new standalone map project where it worked perfectly well with the underlying code.
Rather when I incorporate the same code in my application, it crashes as soon as this activity is invoked. I have a project submission tomorrow morning, so please ...
Hi,
I am new to BREW MP platform so i don't know that much as u guys know about it. I need your suggestion in figuring out an issue.
I want to make an app which always run in a background (I have found that it is possible in BREW). I want my app to stop particular app from being launched, i.e when user try to start a new application on...
I know there are multiple questions about this but I wish for this one to help my specifically with my application. Here is an overview on my application:
I have a scrollview that holds a 7-page brochure. On one of the pages, there is an animation (a simple, cycling series of images). The images are currently 500x750 but the scrollview ...
in previous versions of Visual Studio , when creating a new website, a new website project was created. when i implemented this website on the iis, i could change the default.aspx.cs file, save it and the next time i chose 'browse', the site was updated with the changes i made in the default.aspx.cs file.
in the VS2010, choosing new Web...
I am using several accounts to manage my customers iPhone/iPad applications. Therefore I need to connect to iTunes Connect with different logins. How can I change the login in XCode or Application Loader? It is always set to one default value that I probably entered the first time XCode was started.
When it comes to validating or submit...
We currently have a simple Log class that can take in an exception. In our business logic if we happen to need a try/catch around a specific set of code, we log the exception and then rethrow it. The problem is that our Log class is in a common dll and when it writes the log I want to be able to also grab the path of the offending code...
Hi,
I know maximum size of application in app store is 2GB. and we can only download 20MB apps through 3G and unlimited through wifi.
What about a application that wouldn't be put into app store, is there any limit?
Also, is there any guru know any performance issue when the application is big? what is the ideal limit if there is any,...
Hi,
How can i make a call from iphone application with out quitting the application in iphone 4?
...
Actually, I am creating a new application through java. I want that if a user opens a previously created file in my application then the condition of my application should be restored to where he left while saving that file.
--Thanks in advance
...
Hello,
I was wondering how I could make a questionnaire that asks an initial question, and the following questions are based on how you answered the first questions? For example (this is for a Chiropractic clinic)
Where is the area of pain located?
1.) Head
2.) Back
3.) Shoulder
If the person answered (1), then the next question woul...
In the context of a multi-user business application in a small office, what are the disadvantages of installing the client on each PC and having them connect directly and remotely to a SQL server database on a central server?
This seems to avoid the need to include .Net remoting (or similar) technology and so install DLLs on the central...
This doesn't appear to be well documented or I missed it, so before I run a bunch of my own tests I was wondering if anyone already knows the answers to some of these questions.
First off, when I say "Application" I am referring to extending the Application class. http://developer.android.com/reference/android/app/Application.html
The...
Hi,
I want to implement LinkedIn and Myspace in iphone application. I mean I want to change status of both using my app. Is there any API available to access both? I tried OAuth API but its not working only working for Twitter..
Thanks,
in Advance.
...
I've heard some conflicting things about the acceptability of scripting languages (e.g., Lua) in apps for the App Store. I'd like to hear from anyone who understands the policy regarding apps which contain some level of programmability, or someone who has had experience submiting such an app for approval.
For instance, suppose I want t...
Hello,
I have a windows application(C#) that has the icon and manifest settings set in the project properties. The icon is set correctly. The problem I am having is when a user launches the application from his/her machine, and logs in, the icon is displayed correctly on the form window, but the icon that is displayed in the task bar ...