application

Android: Why is the name of the android app taken as the name of the starting activity?

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...

where to start learning nokia application ?

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 ...

css and android web application, loading local images

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 ...

Linux' Application

Application of Linux...? ...

Please help identify MySQL performance bottlenecks in my app

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...

Map activity crashes on invoking it!!

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 ...

How to stop an app from being launched in BREW MP

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...

Porting my Application from iPhone to iPad

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 ...

create a web site with VS 2010

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...

How to change your XCode iTunes Connect login?

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...

Get Application Path of offending DLL from Exception

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...

Is there any size limitation of ipad application?

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,...

code or tutorial for how to make call from iphone application without quitting the application in iphone 4

Hi, How can i make a call from iphone application with out quitting the application in iphone 4? ...

restoring the state of application

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 ...

Creating a questionaire with different questions following the initial question, relative to what you answered

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...

Ways to design a network application

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...

How does Android's Activity lifecycles work in relation to the entire Application?

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...

Implementation of myspace and linkedin in iphone

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. ...

Internal scripting/programming language allowed in an iPhone App Store app?

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...

Wrong Application icon in taskbar

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 ...