Android : App Inventor To Market

Jul 13, 2010

I have created an app with the app inventor and now I would like to upload the application to the android market. When I try this, I get the error "Upload a valid APK." Anybody any idea how I can get around this?

Android : App Inventor to Market


Android : App Inventor And Market

Nov 4, 2010

I have been playing round with app inventor and was thinking of making an app and the putting it on the market. I have had a look around the internet and have found mixed reports of weather this is possible. some say app inventor apps can not be put on the market and others say they can.Does anybody know which it is? I dont want to pay for access to the market if i am not going to be able to upload to it.

View 6 Replies View Related

Android : Uploading Apps To Market With App Inventor

Oct 28, 2010

I have made my own app with App inventor but i can't upload it to the market i payed the 25$ so.. did that go to total waste?I found a guide cus i know there is a problem with the icon or something here is the site that i found a guide on : http://www.androidworld.it/forum/app-inventor-91/[how-]-publish-app-created-app-inventor-android-market-4597/Could some one who know how to fix this problem maybe help me or make a Youtube video like How to.so i can see how you do.Please i know there is some way to upload it.

View 11 Replies View Related

HTC Eris :: App Inventor For Android?

Jul 12, 2010

Of course, i am sure you have but I thought I'd throw it out there may be useful. App Inventor for Android?

View 6 Replies View Related

Android : Google App Inventor

Jul 12, 2010

I'm surprised nobody talked about that new google lab product :

http://appinventor.googlelabs.com/about/

It's seems a lot more polished and easy to use than the eclipse plugin.

View 18 Replies View Related

Android : Has Anyone Get App Inventor Accounts

Jul 17, 2010

Has anyone get a App Inventor account? I'd like to get an account to develop some programs, but now what can I do is just waiting.

View 9 Replies View Related

Android : Anyone Get An App Inventor Email

Aug 19, 2010

Got my email granting me access to App Inventor yesterday. Sadly, I've been swamped at work and swamped at home and probably won't have any chance to even look at it until the weekend. Anyone else get their e-mail? Is it all it's cracked up to be?

View 1 Replies View Related

Android : Access To App Inventor

Sep 8, 2010

I signed for up this quite a few weeks back now but as of yet haven't heard anything.Has anyone been granted access yet?

View 2 Replies View Related

Android : Google Releases App Inventor

Jul 12, 2010

App Inventor for Android is an application originally provided by Google, and now maintained by the Massachusetts Institute of Technology (MIT).

It allows anyone familiar with computer programming to create software applications for the Android operating system (OS). It uses a graphical interface, very similar to Scratch and the StarLogo TNG user interface, that allows users to drag-and-drop visual objects to create an application that can run on the Android system, which runs on many mobile devices.

The application was made available through request on July 12, 2010, and released publicly on December 15, 2010. Google terminated App Inventor on December 31, 2011. The MIT Center for Mobile Learning is now supporting it under the name "MIT App Inventor".

View 2 Replies View Related

Android :: Google Application Inventor For Non Programmers

Jul 12, 2010

Interesting article and video about Google releasing an app to let "non-programmers" make their own Android Apps. Google is launching a new tool on Monday that lets anyone create an app for Android phones.
Google App Inventor: Now Anyone Can Create an Android App

View 14 Replies View Related

Android : Installing App Inventor Onto Samsung Intercept?

Nov 16, 2010

I am trying to install app inventor on my Samsung intercept.I have gone through the steps in the set up computer and phone.When it was time to plug in the USB connection the two notifications did not display.Please, if anyone knows of any additional steps I need to take I would appreciate some advise.

View 1 Replies View Related

Android : Scrolling Down In App Inventor Blocks Editor Window

Aug 29, 2010

How can you scroll down in the Blocks Editor window?It lets me scroll down a little, but not to the end of my (lengthy) code.

View 1 Replies View Related

HTC EVO 4G : Inventor Of Cellphone On 60 Minutes

May 26, 2010

I know this is off-topic, well not totally off topic. The inventor of the cellphone Marty Cooper was on the recent 60 minutes. I thought it was a great story, well put together and talked about CTIA and Android (eventhough he uses a droid). Just thought I'd share. The Cell Phone: Marty Cooper's Big Idea - 60 Minutes - CBS News

View 3 Replies View Related

HTC Eris : App Inventor And Root

Oct 1, 2010

Is there any reason you should not use app inventor with a rooted phone? (eris)

View 4 Replies View Related

General :: Offline App Inventor?

Apr 29, 2012

I currently have a dial-up connection and I was wondering if there was an offline version of app inventor or if I could somehow use IIS and host the source. If a big file needs to be downloaded I can go to the library with my laptop.

View 1 Replies View Related

HTC Eris :: Superuser Permissions - App Inventor

Nov 29, 2010

Well I've been messing with app inventor and I'm comfortable with it now and would like to make an app that uses superuser permissions. To add to plainjane. But haven't found out how to call the su app let alone how to implement it with app inventor. how to call and maybe how to implement it to app inventor?

View 4 Replies View Related

General :: How To Implement Admob Into App Inventor Apps

May 16, 2011

I have tried using App2Market to let the Eclipse read the app but it can't. Is there any way to make this done ?

View 2 Replies View Related

Convert App Made In App Inventor To Write In Eclipse Adt Plugin

Aug 20, 2013

I created an app in app inventor and it works, but to understand what I have created I want to do code instead...I have there pages.

1. Page one front cover enter app
2. A control page
3. a settings page.

The settings page is what I am working on now, and I have links to all of the three pages.The settings page in here is a list of values, some we add to and can select on another page, others we select from a fixed list based on the items in a list.eg. I have and English list and a Russian list and Danish list. Each list contains 5 pre determined hardcoded values Value1,2 3 4 and 5, these values are populated from the selected list and saved and then can be used elsewhere.

In app inventor, I use a listpicker to select from the list of 3 languages, the index is used to report the 5 corresponding values English, Danish and Russian are items in language_array..The values arent anywhere as yet as dont know where to put them.

In app inventor I have the languages Tag for each language and on for each value.When I select the langiage with the list picker, it gets the values from the stored tags and displays them in a text field for each value.

English -------> Value 1 English
Value 2 English
Value 3 English
Value 4 English
Value 5 English

Russian -------> Value 1 Russian
Value 2 Russian
Value 3 Russian
Value 4 Russian
Value 5 Russian

Danish -------> Value 1 Danish
Value 2 Danish
Value 3 Danish
Value 4 Danish
Value 5 Danish

these values are stored in tinyDB with a tag.I then recall stored tag Value 1 into a command.for now I would be happy if I can create the list in eclipse and recall these value, storing them on and recalling them will come later.I have tried spinner, alert dialog but keep getting various errors.

View 3 Replies View Related

App Inventor Image Sprite Move To Specific Coordinates?

Nov 8, 2011

I'm using App Inventor to develop a small game as Mole Bash.

The tutorial I'm following shows me how to make an Image Sprite appear on random locations given a certain amount of time.

I'd like to give the Image Sprite a list of 9 coordinates where he should position the image after the given amount of time in a random way.

So, I believe it should go something like this:

Procedure - Moveto - x1 OR x2 OR x3 AND y1 OR y2 OR y3

I can't seem to get the logic command OR on this procedure, since it will only let me give a min and max number for both x and y.

View 2 Replies View Related

General :: Making Tiny Wings Port With App Inventor?

Jun 11, 2012

I have been working with app inventor and Iam trying to make a tiny wings port with this tool.

What I have accomplished so far

1) I have the tiny wings charactor heading downward angeled left when screen starts

2) When the tiny wings charactor lands on the ground , he bounces upward at angle

3) When you press the screen the tiny wings charactor will make a quick dive down.

4) I have a score thats triggered when the bird collides with the ground

5) Reset button to reposition the tiny wings bird.

Need to :

1) Making the screen scroll to the right

2) Making platforms appear as screen goes to the right

3) Who to contact so I can make a larger file size game, so that I can add the music

4) Can make music and sound files smaller and compressed, can I get your email address ?

Need in future:

1) Restart and reset game

2) Change animations

Goal

To show how you can make great games with app inventor by making a tiny wings type clone game. I want app inventor to be put on the map and to further promote app inventor.

View 5 Replies View Related

Motorola Droid :: Inventor Of Cell Phone Gets Droid

Apr 2, 2010

Kinda old news. Just saw this. There's a post from the phandroid bot but I wanted to make sure everyone saw this.The inventor of the first cell phone gave up his iPhone for a Motorola Droid!

View 1 Replies View Related

Motorola Droid :: Inventor Of Cell Phone Uses DROID

May 23, 2010

im a hero user myself and soon to be evo, but i ws watching 60 minutes and saw that the inventor of the cellphone is a droid/android user.

View 7 Replies View Related

General :: Disconnecting Apps From Android Market - Deleting Market Link?

Apr 7, 2011

I have an app that was installed via Android Market. And so, the Android Market knows when new versions are out and notifies me of an update. Titanium Backup calls this the 'Market Link', not sure what else it could be called.

how would I go about 'disconnecting' the app from the Market? Deleting the market link as if it were side-loaded?

Yes, I know this means no more updates for the app etc. Which is actually what I'm after.

I'm using a SGS - DocRom V9.6 with Speedmod Kernel k13a

View 9 Replies View Related

Android :: Can't Upload App In The Market - Market Requires The MinSdkVersion To Be Set In AndroidManifest.xml

Apr 24, 2009

I have the following clear message :

Market requires the minSdkVersion to be set in AndroidManifest.xml.

But my manifest has the line : <uses-sdk minSdkVersion="2" /> and I also tried even <uses-sdk minsdkversion="2" />... I try to put this line : as the first child of manifest, as the last child and also right after application.. Is there a hidden rule I don't know ...

View 11 Replies View Related

HTC Droid Eris :: Android Market Vs Verizon Market

Mar 31, 2010

A while back I read that Verzion Android devices apps will have to go thru the Verizon Market, meaing that all apps has to be approved by Google AND Verizon. Can you sideload apps on Verzion Android devices?

View 9 Replies View Related

Android :: Upgrade Non-market App With A New Market Version

Sep 15, 2010

I am developping (for my company) an app included on a project that will have 2 versions:

- 1st simple version to download using a OTA server, clients accesss to an URL to download.

- 2nd version more complex to be published on the Market.

The question here is that the process to publish on the Android Market is under bureaucratic internal process and it takes a long time, so the idea do reduce the time to market is to provide an OTA version.

There is any possibility for users that download application via OTA to upgrade the application for version published later on the Market? (Both Application will be signed with the same key).

View 7 Replies View Related

Android :: Market Ranks Apps In The Market

Oct 6, 2010

I know my question answers but since there's a lot of you who really spend your time scrutinizing your rank, downloads and all, I'm trying it maybe someone came up with empiric science on this one :

Does anyone understood even bits of how the market ranks apps in the market ?

I usually don't look at stats but following another post on this topic, I counted my rank in my category ... 565 ... Ouch that hurts! Especially when half the apps in front of mine, are crap apps with less downloads and ratings as low as 1 star :).

Not that it would make a difference being rank 250 instead of 565...But this is humiliating a little :s

Since my app has been on the market for one month, i'm wondering if age matters ...

I know I should have asked in the market "black hole of hell " google group but the name says it all. And I'm sure some of you already figured out some of the black magic used by the Market to rank apps.

View 7 Replies View Related

Samsung Galaxy S :: Android Market - No Matching Content In Android Market

Nov 18, 2010

I've just noticed that the Android Market shows a blank page with the message 'No matching content in Android Market'. Yet when I go to specific sections of the Market or do a search, one is able to download and install applications and games just fine. I've only just noticed this happening in the last few days. I'm using an unlocked UK version Galaxy S but my location is Inner Mongolia, China. Would this have anything to do with Android Market not showing content on the front page? The S itself is loaded with Froyo, as downloaded from the XDA forums.

View 2 Replies View Related

HTC Droid Eris :: Market Fix Changed My Market Icon Back To Original

Apr 29, 2010

I had an edited png for the market icon in the vending apk but when I applied my edited png's to Ivans rom with the market fix it seems to have changed the icon back to the original market Icon. When I first loaded the rom it showed my edited png for the market icon but after my first reboot it seems to change the icon back to the original. I assume that the market is updating upon reboot so I pulled the vending apk off my phone and my edited png's are still there but its still showing the original market icon. Anybody else with an edited market icon notice this or any ideas of why its going back to original? I have tried this a couple times and it always updates after first reboot...

View 1 Replies View Related

Samsung I7500 :: Market Enabler Or Market Access Pain Apps

Sep 9, 2010

just wanted to know if anyone used it to buy an app? and if so how did he got billed? i want to but drakaz updater but dont know if i'll get billed from my carrier.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved