Android :: Frameworks Similar To Firefox - JQuery - Templates And Data Linking On IPhone
Nov 17, 2010
We have a great software foundation based on Microsoft MVC 2, Entity Framework 4, Repositories, POCOs, Service and Control layers, C# Views, JQuery and html. Firefox pulls 100 records in 250 ms, drops it in to a template, links the data to the markup, and we sit back and drink margaritas.
Boss walks in and says he wants an iPhone app. I bet we need an Android app too.
What frameworks could we use to easily jump from our Microsoft comfort zone in to the wide, wide world of the Apple iPhone / iPad, along with a follow-up Android baby.
I imagine we could use our JSON controller methods to communicate. Is there some type of a client side JavaScript consuming app framework we could get a reasonable Website like interface re-working? They didn't like the idea of simply running the whole thing in Safari, which works pretty well.
Needs:
Send and receive JSON objects
Some type of template engine so we can pair up objects to markup, or at least some way to separate design from programming
Something similar to JQuery would be nice
A good editor with auto-complete and highlighting, something that compares to VS2010
It took us two years to incorporate design patterns, Agile methods, and Domain Driven concepts using MVC and Javascript. We may have two or three months to re-produce the same functions.
View 5 Replies
Mar 11, 2010
In the iPhone or Android, if you have a JQuery Slider, it doesn't quite work (touchscreen will move the screen instead of drag the slider.)
View 4 Replies
View Related
Oct 12, 2010
i'd like to have iPhone similar tabbar in my Android-Applications or to write my own tabbar.I found already, how to place tabs at screen's bottom. It's really easy.I found this tutorial as well, which looks very nice, but it works (is it true?!) only on SDK 1.6 and later, because of setIndicator(View v)But maybe anybody know easy possibility to do iPhone-like tabbar or can send some links?
View 2 Replies
View Related
Nov 11, 2010
I like to save very simple a few Data. best like in iPhone I can do with NSUserDefaults. What is the similar command here in Android? (just saving a few Variables, to be reused as long the application is installed) I dont like to use a complicated Database just to do that.
View 4 Replies
View Related
Sep 23, 2010
I just switched over from iPhone to Android and am looking for something similar to where in the iPhone SDK, when a class finishes a certain task, it calls delegate methods in objects set as it's delegates.I don't need too many details. I went through the docs and didn't find anything (the closest I got was "broadcast intents" which seem more like iOS notifications).Even if someone can point me to the correct documentation, it would be great.
View 1 Replies
View Related
Nov 11, 2009
I was just curious as to whether theres an application for a compass for the HTC Hero, similar to the one on the iPhone?
View 1 Replies
View Related
Sep 19, 2010
I'm sure that there has to be a thread about this somewhere, but I've looked quite a bit and can't seem to find one.Before my Dell Streak (now running 2.1, using the the Swype keyboard), I had an iPhone. I definitely don't miss much about it, but one thing that was nice was, when scrolling through large amounts of text, a circle would appear that looked something like a magnifying glass and I would have the ability to pinpoint exactly where I wanted to place my cursor when editing text.With my current setup, I have trouble landing the cursor accurately when I touch in a large body of text. I'd even settle for arrow, like on a regular keyboard. Ideally, I am looking to accomplish this while keeping Swype functionality.
View 2 Replies
View Related
Dec 11, 2009
There is a game called blowfish for iPhone that is pretty cool for passing the time by. Any idea if something similar exists for Android?
View 1 Replies
View Related
Jul 17, 2010
I want a ListView to have rubber-band (or bounce) effect while scrolling. Just similar to iPhone lists.
View 3 Replies
View Related
Jul 27, 2010
First of all, I am not saying that I prefer the iPhone over the Droid X at all. HOWEVER, I am terribly jealous over their cases!! I haven't seen the iPhone 4 cases, but for iPhone 3G and 3GS, their cases are just sweet.
an example of the case I'm talking about is:
Incase Slider Case for iPhone 3G (White) - Apple Store (U.S.)
Everyone that I know has an iPhone has a case similar to the one i put above.
I really love the design, simplicity, smoothness and the color of the cases.
Does anyone know where I can find a case for Droid X similar to the iPhone's?
View 5 Replies
View Related
Jan 13, 2010
Is there one similar to the trash can aiming game for the iphone? Not sure of the name, but you have to correct for wind etc.
View 1 Replies
View Related
Jun 2, 2010
Is there an app similar to this for android
iStudiez Pro for iPad, iPhone & iPod Touch
m looking for something that will help me organize my schedule for the fall semester.
View 2 Replies
View Related
Dec 6, 2009
Is there a real estate app out there for the Droid similar to Zitter for the iPhone?
View 5 Replies
View Related
May 7, 2010
Does the HTC Incredible have an external silent/vibrate mode similar to the iPhone?
View 28 Replies
View Related
Feb 19, 2014
i just got myself a Galaxy S4 clone, and wanted to install san andreas on it. Problem is, the phone has only 1.2 GB of internal memory, while san andreas has around 2.3 gbs of data. Now in order to install the game, i gotta put the files in the 'obb' folder in the 'android' folder of the internal memory, but since the game is so large, i cant install it. I tried putting the game on an SD card and linking the SD card to the internal memory with Folder Mount (yes, my phone is rooted), but i couldn't seem to get it to work.
View 1 Replies
View Related
Jun 8, 2010
can anybody please give me example of using similar functionality like uitableview in iphone to in android?
View 3 Replies
View Related
Jan 21, 2010
give me example of using similar functionality like uitableview in iphone to in android?
View 4 Replies
View Related
Aug 27, 2010
Hi, I like to save very simple a few Data.best like in iPhone I can do with NSUserDefaults.What is the similar command here in Android?(just saving a few Variables, to be reused as long the application is installed)I dont like to use a complicated Database just to do that.
View 2 Replies
View Related
Feb 18, 2010
Does anyone know if Android has an app similar to that of iPhone's "Texts From Last Night"?
My buddy with an iPhone has it and it's hilarious. Just random texts that people sent out.
View 3 Replies
View Related
Nov 11, 2010
I'm just getting started with mobile development, and after considerable searching I'm still confused about sending a message from my iPhone to another or an Android.For instance, in building a simple Tic-Tac-Toe game, if I want to notify the other phone of a move, what is the best way to do so? Wifi, bluetooth, 3G? And how? Many methods seem to point to communicating through a web server, but I'd rather send them directly from phone to phone if possible.
View 4 Replies
View Related
Jun 20, 2010
Are there Android app templates, similar to the iPhone SDK templates?
View 1 Replies
View Related
Jul 31, 2010
I was designing a mobile version of my website but then realized I need to support at least three (iPhone, iPad and Android). In that case, I was thinking of using jQuery for the task where I would first detect what device it is and then load the appropriate CSS. How would I go about doing this? Is it something like this? And is this even the good way or is there a better way of achieving the same? Code...
View 1 Replies
View Related
Mar 14, 2010
In searching the web I came across http://groupaware.mobi/iphone which as a sample iphone navigation site. Is there someplace I can find a similar thing for android? i.e sample web pages with css, sample templates, navigation etc. If not, what suggestions would you have to offer to someone lookin to build a web page for android?
View 2 Replies
View Related
Aug 25, 2010
I've been using the ActivityGroup class in my project for some time now but today I encountered a bug in the framework (http:// code.google.com/p/android/issues/detail?id=10083) that's preventing me from using the destroyActivity method. The fix for the bug is simple and I'm wondering if its safe to just fix the bug and copy the ActivityGroup (and dependent classes) into my project and use it locally instead of from the Android frameworks?In general, would modifying Android frameworks and using them locally in a project break future compatibility or backfire in other ways?
View 4 Replies
View Related
Aug 13, 2010
I am new to Android test frameworks ,Would like to know the differences between existing test frameworks : Monkey , CTS ,Instrumentation Framework & Robotium ?
View 1 Replies
View Related
Feb 5, 2010
Is any Android browser able to process jQuery scripts?
View 1 Replies
View Related
Aug 13, 2010
How do you test for, for example, and android browser in Jquery?
View 2 Replies
View Related
Apr 23, 2010
Every app I make starts out with a number of common base classes, interfaces, utility classes and a basic package structure that has been working for me. Is there a way for me to set up a project template in Eclipse that will give me all of the basic Android project stuff PLUS a bunch of custom packages, classes and interfaces? I guess I could just put all of this stuff into one or more libraries as opposed to creating a whole project template, so if you have a preferred approach or information/links/etc on how to do any of the above, please share (I'm relatively inexperienced with Eclipse, so the more detail the better).
View 1 Replies
View Related
Jun 13, 2010
I am looking for resources to develop HTML5 apps for iphone primarily. Are their frameworks and tools that I can use to get started? I am looking for: Javascript frameworks that help with UI layout Touch based controls for phones Articles on iphone development, best practices, etc.I searched stackoverflow and was not able to come up with a good list of resources. I am looking for examples like these http://jqtouch.com/
View 4 Replies
View Related
May 26, 2010
Basically looking for a JQuery plugin with better Android browser support than JQTouch. Or even an alternative Javascript framework with better mobile support.
View 3 Replies
View Related