myiambic view cart support community
 Home   iPhone   Palm OSa   Pocket PC   Smartphone  Symbian   BlackBerry   Android   Windows   Add-Ons   Bundles   About Us 
 » Home » Community Forums

 Forums Quick Jump

 » Forums Home
 » News and Announcements
 » Services, Websites, etc.
 » Miscellaneous Topics
 » Agendus for Palm OS
 » Agendus for Windows
 » Agendus for Windows Mobile
 » Agendus for BlackBerry
 » Agendus for iPhone
 » Agendus for Symbian UIQ
 » Agendus Mail for Palm OS
 » AllTime for Palm OS
 » BillRate
 » SnappySeeker, and more...
 » Health & Diet Manager
 » Propel for Palm OS
 » SalesWarrior for Palm OS
 » TinySheet for Palm OS
 » TripTracker
 » Vehicle Manager
 » YourCall
 » Beta Releases

 Keep Up-To-Date

 » Manage Subscriptions
 » Newsletter Repository
 » Product Line
 » Purchasing Options
 » Privacy Policy

Follow iambic on Twitter, Facebook, or via Email Subscriptions

 Latest Discussions


 Shopping Ideas






 Blogosphere





Go Back   iambic Community Forums > iambic solutions for mobile and desktop platforms > Apps without a specific forum

Notices

Apps without a specific forum Forum dedicated to all the other titles of ours which don't have a specific forum.



Reply
 
Thread Tools Rating: Thread Rating: 8 votes, 5.00 average. Display Modes
  #1  
Old February 26th, 2008, 10:29 PM
adriano's Avatar
adriano adriano is offline
aka "The JediMaster"
Send a message via MSN to adriano Send a message via Skype™ to adriano
 
Join Date: September 21st, 2001
Location: Somewhere
Thanks: 243
Thanked 487 Times in 302 Posts
Activity Longevity
1/20 20/20
Today Posts
sssss5272
adriano is a glorious beacon of lightadriano is a glorious beacon of lightadriano is a glorious beacon of lightadriano is a glorious beacon of lightadriano is a glorious beacon of lightadriano is a glorious beacon of light
Smile Tipper and GoogHelper for Android updated: now supporting the latest SDK

Hi,

as some of you might know, Google recently released a new version of the Android SDK. New version which in addition to a number of new API calls and functionalities, also introduces a completely new user interface, at least according to what we found using the included emulators.

Applications built using previous SDKs don't work correctly anymore using this newest one, and this prompted us to update our first two "goodies" for Android -- GoogHelper and Tipper, which you can find attached to this thread, along with a couple of screenshots.

Unsure where / how to install Tipper.apk and GoogHelper.apk? Step by step instructions below:

1. visit this link to download the Android SDK

2. once downloaded, unzip it somewhere on your pc. What below assumes you have unzipped it under C:\Android\

3. launch the command prompt (start -> run -> cmd and press enter)

4. type C:\Android\SDK\tools\emulator.exe to start the emulator

5. download Tipper.apk which you'll find attached to this thread, and save it somewhere on your pc (we'll assume you downloaded it on c:\)

6. Install Tipper by typing C:\Android\SDK\tools\adb.exe install c:\Tipper.apk
Attached Thumbnails
Click image for larger version

Name:	GoogHelper_Android_HVGA-P_1.png
Views:	141
Size:	66.1 KB
ID:	4389   Click image for larger version

Name:	Tipper_Android_HVGA-P_1.png
Views:	138
Size:	58.9 KB
ID:	4390  
Attached Files
File Type: apk GoogHelper.apk (46.7 KB, 152 views)
File Type: apk Tipper.apk (35.5 KB, 149 views)
__________________
[size="1"]
» Self Help & FAQs: Search these forums | Knowledge Base | Support Center | Join our mailing lists | Follow us on Twitter | Join the iambic group on Facebook
» iambic Forums Policy and Terms of Use: iambic Forums Policy
» Currently Enjoing: Apple iPhone 3G 16GB - BlackBerry Bold - Shuttle XPC SG45H7 - Dell 2707 WFP
» Today's Favorite Quote: "I love criticism just so long as it's unqualified praise." -- Noel Coward
The Following User Says Thank You to adriano For This Useful Post:
michael (February 27th, 2008)

Shopping Ideas
  #2  
Old May 11th, 2008, 01:49 AM
bdjnks bdjnks is offline
Junior Member
 
Join Date: May 9th, 2008
Thanks: 0
Thanked 0 Times in 0 Posts
Activity Longevity
0/20 5/20
Today Posts
ssssssss2
bdjnks is on a distinguished road
Default Source?

Regarding the source code for the Android version of Tipper.

I am attempting to create a program for Android which is similar in many ways to Tipper. It will be an income based charity calculator, provided free of charge and only useful to a small minority of the population.

In truth, if I had any experience programing Java, I could make this simple little program from scratch without difficulty. Unfortunately I am completely new to Java and have been wading through cryptic documentation for days.

Taking all this into consideration, I am asking if there is any thought of providing the source for Tipper. And if not, I am pleading that an exception be made for me, to spare me the suffering of trying to figure out the right way to code my program from nothing.

Thank you.

On a side note. There seems to be a rather large security hole in your site. I will not elaborate further here, but please provide me a way to contact those responsible for the site directly.
  #3  
Old May 13th, 2008, 03:02 AM
Tasarion's Avatar
Tasarion Tasarion is offline
iambic Forums Team
Send a message via ICQ to Tasarion Send a message via AIM to Tasarion
 
Join Date: February 25th, 2002
Location: Germany
Thanks: 6
Thanked 28 Times in 26 Posts
Activity Longevity
0/20 19/20
Today Posts
ssssss988
Tasarion is on a distinguished road
Default

Well, I don't think the best way to start programming in Java is by creating an Andriod application.
Before playing around with such kind of SDK you should get familiar with the Java concepts and mechanisms by using the plain Java Development Kit on your PC.
Maybe you can start by creating your application as a Swing application on your PC first, so you get a feeling for the Java language.

I have more than 8 years of experience in developing professional desktop Java-applications but I still have to learn the Android concepts step by step.

If you look around in the web, there are many forums and helpful hints for Android programming, besides the SDK-documentation itself.
__________________

Chris


Currently Using : Palm TX, Palm Centro, Zodiac 2
Self Help & FAQs: Search these forums | Knowledge Base | iambic Support Center | Join our mailing lists
iambic Forums Policy and Terms of Use: iambic Forums Policy
The Following User Says Thank You to Tasarion For This Useful Post:
adriano (May 15th, 2008)

Shopping Ideas
  #4  
Old May 13th, 2008, 02:44 PM
bdjnks bdjnks is offline
Junior Member
 
Join Date: May 9th, 2008
Thanks: 0
Thanked 0 Times in 0 Posts
Activity Longevity
0/20 5/20
Today Posts
ssssssss2
bdjnks is on a distinguished road
Default

To a certain extent I agree. The best way to start Java programming is not through Android. But the crux of the issue is, that I don't really want to learn Java.

Now, I know that going about something backwards because that only thing I want is at the end, is not a very effective way to do the last thing right. On the other hand, what I am creating is not very complex.

The truth of the matter is, that I have already found another program which is simple and does the same basic things that I need to figure out. So I have been coding my app based on that.

Thanks for the reply.
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving forward on Android development: Tipper for Android now available iampowered iambic News and Announcements 0 February 7th, 2008 01:02 AM
Tipper for Android screenshots and download adriano Apps without a specific forum 0 February 7th, 2008 12:54 AM
Tipper and GoogHelper for BlackBerry now available iambic RSS Crawler iambic News and Announcements 0 January 23rd, 2008 01:50 PM
Tipper and GoogHelper for Windows Mobile version 1.11 have been released iambic RSS Crawler iambic News and Announcements 0 January 23rd, 2007 12:01 AM



All times are GMT -7. The time now is 05:26 AM.


Home |  About Us |  Contact Us |  Press & Media |  Privacy Policy |  Site Map

Copyright © 1998 - 2009 iambic, Inc. All rights reserved. iambic is a trademark of iambic, Inc.
vBulletin Version 3.7.4 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.