Android :: Understanding Concepts Through Desktop Development Perspective

Aug 7, 2010

What concepts in desktop application development (e.g. Java, WPF, Cocoa) are closest to Android's fundamental concepts like Activity, ActivityGroup, and Intent? (And what are the nuances to how they differ?)

Android :: Understanding concepts through desktop development perspective


Android :: How To Learn IPhone Development From Perspective Of Droid Developer?

Jul 31, 2010

I consider myself an Android developer, after having created four apps and learned a lot by creating them. Now I've begun my venture into the iPhone app development world, and I don't remember the Android learning curve being this extreme. It doesn't help, though, that I was very familiar with Java and Eclipse whereas I hardly even know how to use OS X. I learn fast and I know exactly what I want to make, I just need the means to get there. I'm really floundering with Xcode and the new project templates (of which there are several, and I hardly know what they mean). I know there are many books and things out there for starting from scratch but I feel like my Android knowledge should count for something. Is there a good resource for learning the basics of iPhone development, given that I am quite familiar with the Android platform? I'm looking for anything that converts Android knowledge to iPhone knowledge; a table of UI element names in each platform, or of concept equivalents, or a compare/contrast of the frameworks involved, or anything that will increase the rate of learning given that I know the Android platform already.

View 2 Replies View Related

Android :: Not Understanding A Basic Concept Of Application Development

Aug 26, 2010

First and foremost, are there many android developers here? Is this a good place for Android related discussions?I seem to be missing a rather large concept of Android development. The gist is I am struggling understanding how to tie an application together. I'm not sure how to explain it, so I thought I would do my best with an example from the Android ApiDemo... assuming you are familiar with it.

Inside the com.example.android.apis.view namespace of the ApiDemo, there is a class called Animation3.java.Animation3 inherits the activity class and there is some code inside to display animation.I can't find a reference to the class (Animation3) anywhere in the demo code (except for its definition obviously). The only mention I found is in the manifest xml file. So how the heck does this activity get started? Don't we need to create an instance of the class somewhere and fire off a method to start it? I don't understand how to generate the code that ultimately glues this class to the rest of the application.Additionally, what about other classes like views or viewgroups? How do I generate code outside the class that initiates/starts/uses/calls (insert proper term) the class.I would appreciate any code examples as well as any concept explanation or reference documents. So far I've read pages and pages on activities and views but I'm really struggling how to tie things together.

View 4 Replies View Related

Android :: How To Make An Image In Perspective?

Aug 7, 2010

As the title says I wonder how I can make my images to perspective view. Here's an image showing how they manage to do this in photo shop: http://netlumination.com/blog/creating-perspective-and-a-mirror-image-in-photoshop. Is it possible to do something like this in android?

View 1 Replies View Related

Android : Achieve Perspective Drawing Of An Image

Jul 15, 2009

Is there any way to achieve perspective drawing of an image.. are there any APIs.. or is OpenGL the only solution..

View 2 Replies View Related

Android :: Plugin DDMS Not Showing Up On Eclipse Perspective

Jun 25, 2010

Although the DDMS plugin is installed (verified by checking the installed plugins) in Eclipse, it is not showing up in the Perspective (which is showing only JAVA & DEBUG).

View 1 Replies View Related

Android :: Can't Select Droid Client In DDMS Perspective Of Eclipse / What To Do?

Sep 1, 2010

I want to check my program code for time consuming operations. I thought DDMS is the best tool to achieve that.

However, I cant see Threads, Heaps and so on. It tells my to select a client. But I dont know where other than the Devices Tab, which doesn't take effect.

What do I have to do? Is there maybe something wrong with my ADB setup (But LogCat works fine)?

View 1 Replies View Related

Android :: Gsm Call - Sms Send Doesn't Work From Emulator - Ddms Perspective

Jun 23, 2010

I have problems simulating call or sms since telnet or ddms perspective on eclipse. I'm connected to the device and some commands works (window scale,...)If i try to simulate a gsm call then everything seems ok but i haven't anything on my emulator (nor incoming call nor notification) then if i launch an "gsm list" command my inbound call is listed and i can cancel it the same thing occurs with sms send everything seems ok (return OK) but there is no notification on the emulator nor sms in inbox :-(

I'm using the sdk r06 on a windows xp machine. I try with fresh avd on different platform :-(

Important : it has worked so i know it can work, but i would like to know why it doesn't work now ! Using ddms i don't see any trace on the log view.

View 1 Replies View Related

Samsung Moment : Google Navigation - No Perspective View

Jun 21, 2010

When using google navigation, I am typically shown a top-down view (north is up) rather than the standard perspective, or 3D view.

Is this an issue with GPS? Or is there a setting I'm missing somewhere? I've tried touching the compass icon to change views, but still in map mode.

View 2 Replies View Related

HTC Droid :: Blackberry Charger Compatible From Power Perspective With Eris?

Feb 3, 2010

Can I use my Blackberry charger on my Eris? My chargers are next to each other and I accidentally plugged it in the other day. It fit and the Eris's battery indicator showed that it was charging. I immediately unplugged it for fear of doing it harm. Are they compatible from a power perspective?

View 5 Replies View Related

Android :: Sense UI - Understanding

Mar 26, 2010

I'm not fully understanding Sense UI. What makes Sense UI so relevant, or not relevant? What exactly is it?

View 2 Replies View Related

Android :: Understanding Permission Group Tag

May 14, 2009

I need some help to understand the use of permission-group tag in AndroidManifest files. Is there any need of using permission-group and what benefit offers this grouping? Is there a plus security using it? Does anyone know an example when to use it?

View 2 Replies View Related

Android :: Understanding How Activities Work

Jul 22, 2010

I'm trying to wrap my head around activities and how they begin and end in Android. I've read what the Developer Guide has to say regarding activities and I'm still a little fuzzy on how I should appropriately handle their navigation in my application. As an example, say I have a main activity that starts a secondary activity. Once the secondary activity has completed it's purpose, I want to close it and return to the main activity. I recall having read that the activity stack was just that, a stack of activities that are pushed and popped. So I assumed that calling finish on the secondary activity would return me to my existing main activity. Calling finish on the secondary activity didn't actually do anything, visibly at least. Is there further reading that anyone can recommend to me? Chris Stewart cstewart@gmail.com http://www.androidsdkforum.com

View 10 Replies View Related

Android :: Understanding Parameters Of Images?

Feb 17, 2009

I am trying the FaceDetector class using the code as shown in the following link: http://www.anddev.org/quick_and_easy_facedetector_demo-t3856.html Everything works fine as far as the activity drawing the bitmaps is concerned but I haven't had any success in getting Android to recognize a face. Has anyone tried this feature? Could anyone please help in understanding the parameters of the images to use or please post a link to some image that has worked for them?

View 2 Replies View Related

Android :: Not Understanding Activity Stack?

Dec 3, 2009

I'm having trouble with my activities when they go in the background. I have two activities, A and B. Only A can launch B (manifest copied below).This is very confusing. It's like Android knows my app is running, and puts a new instance of A on top of the old B instance running. I'd just expect that the application gets paused in-place, and whenever the user hits the app icon again, it just picks up where it left off (in this case, just show B again!) Below is the manifest, and the activity classes for this test are completely empty (except A which has a button to launch B).

View 4 Replies View Related

Android :: Understanding Content Providers ?

Mar 1, 2010

I am having trouble understanding content providers in Android. Do you use intents to call content providers as well as managed queries?

Also, an activity has an intent filter. The intent filter has a element which has a mimeType attribute. How does Android know which content provider this mimetype is referring to?
The tag in the manifest just lists an authority but not the full content_uri. Further, the content_uri is typically defined in an encapsulated class that seems to only consist of constants but no methods, so I don't see how that links over to the content provider class.

View 1 Replies View Related

Android :: Understanding Broadcast Receiver / Way Of Activate It

Mar 25, 2010

I am trying to understand the use of the broadcast receiver and the way of activate it. There's two ways isn't it? Register it from an activity or declare it in the manifest. So my question is: If I code a broadcast receiver which is watching incoming messages and I register it in the manifest, when a message comes my broadcast receiver will catch it automatically although any activity of my app had registered it. In a nutshells, I don't have to activate it so it works, only register it either in the manifest or in an activity.

View 2 Replies View Related

Android :: Understanding Relative Layout - Add Four Controls

May 19, 2010

I'm attempting to add four controls to a layout; <label> <text> <seek> <radio> I want the seek widget to occupy all the available screen space between the edittext control and the radio control. However if I give it the value android:layout_width="wrap_content" only a small seek control is displayed and if I set the value to fill_parent it overwrites the radio control. I would have thought there would be a mechanism to occupy the free space between the text and radio controls dynamically. The xml file I am using is below You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

View 2 Replies View Related

Android :: Understanding Bound Center Bottom

Jan 20, 2010

Trying to replicate the behavior of ItemizedOverlay.boundCenterBottom(), inside of one of my Overlay classes. I am fairly certain that I can do this using setBounds(), but I am utterly lost as to what setBounds() is actually doing.

View 1 Replies View Related

Android :: Understanding ContentObserver Life Cycle

May 9, 2010

The core of this Widget is an AppWidgetProvider which registers a ContentObserver to the CallLog content URI. This means that my widget is updated every time a call (incoming, outgoing, missed) is recorded. This works fine for a while, until *something happens* and my ContentObserver stops getting called (no error message seen in trace). I would rather that this ContentObserver persisted until the user removes the Widget.

I am guessing that my JVM has been destroyed (due to low memory?), ContentObserver garbage collected and/or ContentObserver unregistered (or just pointing to nothing), but I don't know how to debug this without restarting my code (and thereby re-registering). I can hide this bug by periodically re-registering my Content provider, but I would rather understand the cause and have a more optimal solution..............

View 3 Replies View Related

Android :: Understanding Life Cycle When Screen Goes Off And On?

Aug 4, 2010

My device is a Nexus One with 2.2 and I have tested two projects, one on 1.5 and one on 2.1. Problem: I have trouble to understand the life cycle of my application when the screen is turned off and on. Here is my output

// activity starts
08-04 17:24:17.643: ERROR/PlayActivity(6215): onStart executes ...
08-04 17:24:17.643: ERROR/PlayActivity(6215): onResume executes ...
// screen goes off
08-04 17:24:28.943: ERROR/PlayActivity(6215): onPause executes ...
08-04 17:24:32.113: ERROR/PlayActivity(6215): onStop executes ...
08-04 17:24:32.113: ERROR/PlayActivity(6215): onDestroy executes ...
08-04 17:24:32.983: ERROR/PlayActivity(6215): onStart executes .....................

View 3 Replies View Related

Android :: Group Apps To Get More In Depth Understanding

Oct 6, 2010

I am a beginner in writing Android apps and would like to be a part of the group to get a more in depth understanding.

View 4 Replies View Related

Android :: Understanding Proper Alarm Flow

Jan 11, 2010

the app I'm trying to implement allows the user to select a sound file (MP3 or WAV) to play at a specific date and time showing a dialog with a progress bar and an OK/Cancel button allowing the user to stop the playing of the sound file. I want it to behave something like the countdown apps I've seen or even the built-in alarm clock app. As I'm implementing this simple (I thought!) app, I'm trying to better understand the platform and make the application conform to the Android way.

As I've been writing the app, I learn more about how things are supposed to work on the Android platform. And here's where I'm getting a bit confused. During my attempts to get the alarm to fire and display, I'm learning that properly formed Android applications are not supposed to show dialogs as a result of a background service or broadcast receiver being invoked through Android's alarm service. Instead, I think, the app is supposed to use a notification on the status bar to alert the user. The user then has the option to look at the notification to see what the app is trying to tell them..............

View 1 Replies View Related

Android :: Understanding DDMS Log - How To Logcat From Force Close

Jun 25, 2009

Can someone please explain how to understand a logcat from an android force close. This crash occurs when I called finish() in the onPause(). Here is the DDMS screenshot http://www.2ql.net/uploads/1245827534.png

View 1 Replies View Related

Android :: Understanding Menu Call Back Code

Jun 13, 2009

I see this example of MenuCallback code, but i don't understand where is the reference 'ImageManager.IImage image' comes from? How is that image get created and passed it to MemuCallback?

View 2 Replies View Related

Android :: Understanding Custom Components And Multiple Resolutions

Dec 21, 2009

I had posted a similar thread a while back and received no feedback, so let me try to be more clear.I am able to use Androids components to build the most basic layouts, which include images, buttons, text areas, etc. These are like Android Lego! I can build the castle. BUT I want to design my own component, my own Lego, that draws on the screen and uses the available area that the Android components have not used. ie, I want to have a top layer of buttons, and the rest of the screen, whatever it is, I want to use to draw 2d graphics. So, I want to make my own Lego, and use it with the other Android Lego. However, I'm also trying to be a good developer and making this for whatever resolution is thrown my way. What is the best way to do this considering the deluge of different resolutions Android developers must cope with? Is there a way to do a table view and return the remaining screen size? Or, am I stuck making an entire new box of Lego here?

View 7 Replies View Related

Android :: Not Understanding DrawAt() Method For Com.google .maps.Overlay

Jan 19, 2010

Trying to make an google maps overlay in an android program. Inside of my overlay's draw method, I have two ways of adding a pin. One of them works, and one does not. Unfortunately, the one that does not work is also the only one that has the ability to add a shadow!

CODE:...........................

View 2 Replies View Related

HTC Incredible :: Understanding Drop Box

Jun 21, 2010

I'm just not getting it. How do add files/folders to the android Dropbox? I've copied files and folders into the /sdcard/dropbox folder but they don't show up in the Dropbox app nor are they synched to my PC Dropbox. I don't see a way to paste into the app. In the Dropbox app I see "Upload" then "Add any file" but the only options are to add a photo, music or voice recorder file. I was hoping to use it to back up some ebooks and data files to my desktop.

View 8 Replies View Related

HTC Desire :: Understanding WiFi And USB Tethering?

Aug 6, 2010

I don't really understand it. Could someone please explain to me how they both work. I'm not the best and brightest person when it comes to understand it.

View 3 Replies View Related

Motorola Droid X :: Understanding PC USB Options

Aug 28, 2010

I was about to write that I didn't quite understand the USB options that are given to me when I click on my USB connection in the Notifications screen when I'm hooked up to my PC. When I switch to "charge only", my Windows Media player still sees what's on the Droid X (Android 2.1), and when I try to use Media Share on the Droid X, it still says "SD card busy". But now I'm in a real pickle, because I changed the setting to "charge only", unhooked the phone, and then reconnected to the PC. Now the USB connection is no longer showing up in the Notifications area, despite multiple reconnections, and now WMP doesn't see what's on my phone, and now I can't figure out how to switch back to one of the other options. FOLLOW-UP: After restarting the phone and the PC the USB connection is working again, so that was just a separate glitch. Getting back to the main point: even when I'm in Charge Only mode, the PC can see the phone's contents in File Manager. Windows Media Player doesn't recognize the phone as DROID as it does when I'm in Windows Media Sync mode, but instead calls it E: and still lists its contents. Bottom line: what is the significance of the four modes: PC Mode, Windows Media Sync, USB Mass Storage, and Charge Only?

View 1 Replies View Related







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