Posts

Showing posts with the label Apps

Google Apps Standard

Image
Live Demo Step 1 Go to  Google App Standard  here you have to add the domain. Step 2 Choose custom setup click  Go Custom  button. Step 3 Now the domain owner verification. Step 4 You can verify the domain uploading a HTML file with specified files name. Step 5 Other way of verification you can include this META tag in domain index page. Step 6 After domain verification the following success message will apear. Step 7 Now creating team emails. Step 8 Go to  Organization & users  click  Create a new user  button and you can create team user email. Step 9 It will success message popup. Step 10 In Organization & users tab contains all the team emails list. Step 11 By default Google App provide you mail access URL http://mail.google.com/a/yourdomain.com  click change URL link and setup custom URL like  http://mail.yourdomain.com Step 12 You can choose your custom URL ...

Create android apps widgets online

App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updates. Here is a shortcut : try  AppsGeyser . AppsGeyser is an online service which can convert your web content into an Android App which can be shared and distributed freely. AppsGeyser offers 3 ways to create Android App : - By URL By web widget code. By webpage contents.

Writing your First Mobile App for Nokia

Image
Writing your First Mobile App for Nokia Sep 10, 2011 Beautiful invoicing, time-tracking and project management for freelancers Powered by InfluAds You must have basic knowledge of HTML, CSS and JavaScript and you are ready!! Step1 :-  Write your application with HTML, CSS and JS , and test it in browser. You can start with alerting "Hello" or a simple calculator to add two digits. Feel free to use JS libraries like jQuery etc. Put all these files to a folder. For example "HelloApp". Step2 :-  Create an info.plist file  in the same folder there your main HTML file is situated. DisplayName Hello Identifier com.Hello.basic.widget Version 1.0 MainHTML index.html In this file you must put the "DisplayName" (You can put anything), "Identifire" (Something like com.anything.anything) and your "MainHTML" ( Main HTML file name). Step3 :-  Zip your folder and rename it to ".wgz"  ...