Hi at all,
i have downloaded Eclipse Galileo and install Android SDK for the first time.
I have try to create an simple Userinterface, but i have see that i can't move
the "object" directly from the stage. But i need to edit the Code or open the Property panel
in order to change the position of an Element on the Stage.
Isn't Eclipse WYSIWYG?
D.
Hello there,
I moved from flash 9 to flash 10 with flex SDK 3.2 and some small oddities regarding encoding.
When appending child nodes with appendchild call '<' is replaced by '<' and with > on save in the xml file.
Any idea of what could be the cause ?
Hello!
I want to write video filter for Adobe Premiere, and I need to print/draw/render some text into the output video frame.
Looking into adobe premiere cs4 sdk I couldn't find a quick answer - is it possible?
Thanks!
New here guys but have got a genuine problem. I have an iPhone app that was developed using SDK4. With apple introducing the new iOS version 6, does my code need to be recompiled on the new SDK to make it compatible with version 6?
Right now it crashes on iOS6. Also, do I need to do that everytime apple brings out a new version? I wonder every other app on earth already does that ?!
Thanks,
Raghav
Hi! I need to post a status update of one of my facebook page when I create a model into my django project, but I don't know how to do it using the new facebook graph api:
http://github.com/facebook/python-sdk/blob/master/src/facebook.py
can you explain to me how to do it?
Thanks in advance :)
Hello!
I want to write video filter for Adobe Premiere, and I need to print/draw/render some text into the output video frame.
Looking into adobe premiere cs4 sdk I couldn't find a quick answer - is it possible?
Please provide some samples!
Thanks!
What is the best way to download an mp3 file in java (on Android sdk)?
http://developer.android.com/reference/java/net/package-summary.html
Should I be using sockets? If so - what kind of "Stream" reader should I use?
I have also read something about "intents" - is this something that is applicable here?
I am also curious as to what should one do if connection gets interrupted - can I resume the download somehow or restart it?
Any tips?
Hello guys!
I want to use the FileMerge utility on my mac, but it isn't installed. I searched in the google and there is written that it will be installed with the developer tools. So the big question is where can I find the developer tools, because I downloaded the iPhone SDK 3.2 beta 5, and installed it, but I can't found the download location of developer tools. Maybe can you help me?
I am developing using the Symbol/Motorola MC70. I use the emulator that comes with Visual Studio and the SDK for much of my development.
The standard skin for that is a simple windows mobile device.
Is there a way to get the skin for the MC70 for the emulator?
With Android SDK 1.1 r1, is there any way to change the RatingBar widget class's star image with my own? Is this possible at all? If so, then how? Thanks.
Hi All,
When I start my AVD emulator, the emulator just shows blank screen with 'android' written at the center. I waited for half an hour but nothing changed.
I am using Android sdk 2.1 and Eclipse 3.5
Please help.
I am trying to install the moseycode-0.2.1.apk on the emulator. I get the following error
with both moseycode-0.2.0 and moseycode-0.2.1.
733 KB/s (410936 bytes in 0.546s)
pkg: /data/local/tmp/moseycode-0.2.1.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
I tried on emulators(avd) with Google api 7, android 2.1, Google Api 6.
I have the latest version of Android-sdk
Please let me know whats wrong.
I'm trying to set the background of a webview to a drawable image resource in Android.
From the sdk it seems something like this would work but it doesn't.
WebView web = (WebView) findViewById(R.id.webView);
web.setBackgroundResource(R.drawable.backgroundmain);
web.loadData(profile, "text/html", "UTF-8");
Any idea's?
Hi Guys,
I know this is a newbie question but I'm implementing a SensorEventListener and I was reading the SDK for the parameters that registerListener needs and one of them is a Handler that "The Handler the sensor events will be delivered to.". I'm unsure what exactly this is, could someone provide an example?
Thanks,
Hi friends,
I need to add checkbox controls in my form. I know that there is no such a control like checkbox in IPhone SDK. How do I do this. Give me some ideas plz.
Thanks in advance!
Hello Friends,
Can anyone help me?
How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?
I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.
I'm trying to write some c++ code to use the ITaskbarList3, but I'm getting that error. I have confirmed that I am including shobjidl.h (but I checked and this file only defines up to ITaskbarList2). I have Visual Studios 2008 (SP1) and I have Microsoft Windows SDK for Windows Server 2008 installed.
Does anyone know what I am missing?
First I went and purchased:
Beginning iPhone Development: Exploring the iPhone SDK
And it said I should know Objective-C
Then I went and purchased Learn Objective–C on the Mac by Mark Dalrymple, Scott Knaster
And it said I should know C
then now I'm at the beginning with Learn C on the Mac by Dave Mark
So this is the long journey I need to take to finally start producing actually GOOD apps for the iPhone
C OBJECTIVE-C APPS?
I can only find samples using php or curl.
I want to do something like
https://graph.facebook.com/<app_id>/accounts/test-users?
installed=true&permissions=read_stream
and the response is:
{
"error": {
"type": "OAuthException",
"message": "An access token is required to request this resource."
}
}
as well is should... so how do i get the access token in JavaScript (using the JavaScript SDK obviously).
thanks!
Hi All,
Is there any way to find ILDASm.exe from VS 2008? I know the location "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin"....but i want it through vs08.
Thanks.
I am trying to program a simple "Hello World" window on WinXP MSVC 2008.NET using OpenOffice 3.0 API and SDK.
The article is big for beginners... http://api.openoffice.org/docs/DevelopersGuide/OfficeDev/OfficeDev.xhtml#1_1_OpenOffice.org_Application_Environment
What would the code for "Hello World" look like?
Hi all,
What would be the besta approach to make one oage flip like a real magazine, like I put the finger in the corner of the screen then flip the page...
Like this video:
http://www.youtube.com/watch?v=dy4Y9j7COgg&feature=related
Is it a sequence of images ? all images are in one view or Imageview ? Or there is another way to do it using the some stuff of the SDK? is this effect exisits or we have to develop ?
cheers
In some sources I see such declarations
<item
android:id="@+id/menu_display_groups"
android:icon="@*android:drawable/ic_menu_allfriends"
android:title="@string/menu_displayGroup" />
Notice the *
@*android:
It seems to give access to internal resources. But would like to know for sure.
Also curious, if it is safe to build application with such declarations using Android 2.2 SDK, and run it on 1.5.