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
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
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
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?
View 1 Replies
View Related
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
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
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
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
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
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
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
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
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
Oct 1, 2010
Is there any reason you should not use app inventor with a rooted phone? (eris)
View 4 Replies
View Related
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
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
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
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
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
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
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
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
Jan 5, 2010
I am having no problems syncing with Outlook. My problem is that when I click on an email it never opens up the email. Instead I get a force close. The error I get says, Sorry! The application Email (processcom.android.email) has stopped unexpectedly. Please try again.
View 2 Replies
View Related
Oct 20, 2010
I need a good email app for my optonline email. I have been using K9 mail which is great but for some reason it won't set up the outgoing mail correctly. It keeps giving me an error message. So I was thinking I would try something different.
View 4 Replies
View Related
Oct 30, 2010
I am stuck at a place when I was using Linkify to create Link an email id to the Android email app.
I have a large sentence in a textview which has an email id. On clicking on it, it opens my android email app. But The problem is that, I cannot add any subject or message in the mail. Is there any way of doing this using linkify ? Or do I have to use any other way for doing this. I initially used a textview which had just the email id, from which I could add the subject and message, but i will have to keep the email id in a separate line. I want the entire line in the textview where the email id comes in the middle of the sentence.
I am currently doing like this:
CODE:............
View 4 Replies
View Related
Mar 31, 2010
I'm still using the default Email app on moto droid 2.1. Anyone have a better one? I'm all about flashy, anyone got anything flashy?
View 4 Replies
View Related
Mar 11, 2010
I want is to automatically compose an e-mail with a subject line, recipient address and an image attachment, and an e-mail app should then pop up with this automatically composed message, to let the user decide whether to send, edit or discard the message.
View 5 Replies
View Related
Jan 7, 2010
I am trying to create a mail sending application in android, If I use
`Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND`);
This will launch the builtin application of android, I'm trying to send the mail on button click directly without using this app.
View 12 Replies
View Related
Oct 6, 2010
I know this has most likely been discussed many times. But I am looking for a decent email widget.
At the moment I am using the default htc email widget, however when ever I read an email from my gmail account it doesnt update the read status so it still shows as unread.
I would like one that would update the read status and possible the support for unified inbox so I can see new mail from hotmail account and gmail.
View 2 Replies
View Related
Sep 6, 2010
I'm a newbie to this forum, and hope someone can help. Have had the Captivate for almost a month now and am plagued by an annoying problem. I have set up email accounts connecting to a google-hosted email account via IMAP. I am finding that when replying to a received email, my reply goes out with redundant repetitions of the email address on the "to" line. Example: Email from soandso@gmail.com arrives. I click "reply" on the phone and the reply goes out to soandso@gmail.com; soandso@gmail.com; soandso@gmail.com; soandso@gmail.com etc etc *10 times*, instead of just once. It also copies me about 10 times! Is anybody else seeing this? I use this for work emails, so it looks very unprofessional like I am trying to spam my clients! I have another couple of days before my 30-day return period is up, so hopefully someone else know how to fix this. Is there some setting I am overlooking?
View 1 Replies
View Related