Hi everybody,
I need some help in order to solve the following issue:
I have to develop a procedure on a mobile device dual touch HD that, thanks to a bigger screen, is able to store and group more info on a single form. Unfortunately I don’t know if it’s possible to obtain in VS2008 the correct ide of the device, in order to correctly position the form’s controls.
Anyone knows if this is possible? And How?
Thanks a lot
Luca
Hy,
which language do you use? c#, vb.net or c++???
In c# or vb.net you have to do the "anchor" value.
Greatz
Hi
thanks for your support.
i use C# .
my problem is not where to put the object , but how to obtain the IDE of HTC diplay
look attach
Thanks
Luca
What do you mean the IDE of the htc display ? Visual Studio 2008 has the IDE built in. I see them in your screenshots.
sorry , IDE of visual Studio not IDE of HTC
You'll need to install additional emulator image. Download and install Windows Mobile 6.1.4 Professional
and you can choose the wvga emulator (unfortunately not with the HD skin).
ok thanks heliosdev
i will try ....now!! ehehe
Sorry for my noob question. But i realy don't understand how to make apk with android studio.
I trying build ContactsProvider.apk from https://github.com/CyanogenMod/android_packages_providers_ContactsProvider/tree/cm-11.0
I imported project to android studio from source code.But this apk require android_frameworks_base from
https://github.com/CyanogenMod/android_frameworks_base. And i don't understand how to set android_frameworks_base as library.
Can anyone help me ?
i don't know how to build rom from github, can some one help me, how to build from github...
i searching tutorial but i can't understand..
please help me..
sorry for my bad english
Just setup the environment on your Ubuntu 14.04 Virtual/Real machine and sync the sources.Just take a look on how to setup a build environment and sync the ROM sources.
Hey Guys , today i'm gonna show you practically how to compile & decmpile apks .. also there's a video descriping what's this process..
i'm translating my arabic course "android software development basics" into english to let you understand it .. when i finish more episodes i'll share it here also .. hope you like it
please turn on subtitle to understand ..
What's Compiling & Decompiling
How to install Apktool
How to Compile & Decompile
if you have any questions just leave a comment
Hi all, apologies if this is the wrong forum to post this in , I have a c++ project ( Windows ) which uses libcurl and would like to port it to run on Android but I need some help on how to include the libcurl source in my project and build it - I've downloaded the source but am at a loss as to the method to build it - the source has shed loads of .mk files but I don't know how to tell c4Droid to build a binary - any ideas guys ?