I installed new adt plugin 20.0.3 int layout designer are changed much
things. The properties panel is nicer but also much limited.. If I want
set an height fixed layout property for a view, I can't it permit only
to select fill_parent, match_parent, wrap_parent.
I discovered that I can
then ? what is the best solution to use a list variable items into an
item listview ?
On 30 Gen, 18:01, TreKing wrote:
> On Mon, Jan 30, 2012 at 10:25 AM, fala70 wrote:
> > Any Idea ?
>
> Don't use ListViews within ListViews. That doesn't really make sense. Als
hi guys,
I've a problem that I can't solve... I've a custom Listivew with a
view inflacted. The item view inflacted contain a couple of textview
and an other custom listview. My problem is that the listview item is
not expanded correctly, I can see only the first item also if it has
the Layout Hei
Hi, I need to make an animation to rotate a bitmap, using touch. The
user can do only the rotation of bitmap, when the touch is pressed and
moved the bitmap image go rotate animation, follow the finger. How can
I do it ?
thanks
--
You received this message because you are subscribed to the Googl
Hi guys,
I am going crazy with emulator, after the run it go freeze. I tried
several AVD device but nothing I tried to run from eclipse and
directly, but I still the problem.
On console is showed : "Waiting for home."
I 've alredy tried to remove and install last version sdk and adt
plu
I've a problem to populate a listview from a cursor filled from db. I
can't understand why, newView and bindView are not called.
The stupid things is that I've already done this thing other times but
now doesn't work, and I can't undestand where is the problem.
this is my code:
_curAround is fill
I hope soon, this version is very unusable.
On 13 Dic, 09:03, Xavier Ducrohet wrote:
> there's no doc at the moment as it's very much a work in progress.
> That first version is quite rough, I'll admit (but has a few more
> features than the previous one).
>
> We're hoping to release updates very
is there somebody can answer me ?
how can I do to show an image YCbCr_420_SP directly on surfaceview ?
On 27 Dic, 17:50, fala70 wrote:
> Looking the doc with class SurfaceHolder is possibile set the kind of
> surface format. I need to show images YCbCr_420_SP format. If I set
> YCb
Looking the doc with class SurfaceHolder is possibile set the kind of
surface format. I need to show images YCbCr_420_SP format. If I set
YCbCr_420_SP format is not clear after how I can set the data. With
Canvas object I can draw only bitmap format and not YCbCr_420_SP.
Then my question is : can I
What 's the fastest way to display a bitmap?
Now I am using Bitmap.setPixels and ImageView.setImageBitmap all time
that this change. It has a refresh of 15 fps. It work good, but I am
not sure that is the best method to get best performance.
Is better use Canvas.drawBitmap with a SurfaceView ? or o
Interesting application. Somebody know how they do to decoder video ?
it seem a realtime the they don't use a file system streaming.
--
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@go
I am working with UDP and DatagramSocket. I verified that the Receive
function clear all data more of setLength of DatagramPacket. My
packets have a variable len. I use first two bytes to understand the
len packet.
This is my code:
public void run() {
byte []buff = new byte[1024];
while(t
I am working with UDP and DatagramSocket. I verified that the Receive
function clear all data more of setLength of DatagramPacket. My
packets have a variable len. I use first two bytes to understand the
len packet.
public void run() {
byte []buff = new byte[1024];
}
private int ReadData(b
I've a problem to solve about pass reference between objects Activity.
Suppose follow situation with 3 class and 1 interface:
I don't know how pass the reference of MyEvents (_engine) to ActivityB
from ActivityA::StartActivityB()
public interface MyEvents {
public abstract void MakeThis()
Can you explain better your problem ? Can you receive data side
server ?
On 19 Ott, 05:36, zongan liu wrote:
> After several days of agonizing, ultimately did not solve the problem,
> is hereby published issue and hoping to get friends to help.
>
> Requirements: The android to record video and t
I used MediaPlayer for play an amr file and it work good. Now I'd like
to play an amr stream progressive. I must use a my socket connection
to get audio stream (no rtp no http but a private protocol). Can I
play a buffer amr using ParcelFileDescriptor.fromSocket(_sc); ?
I read the doc about Parce
Anybody know if is possible use directly OpenCore from java or native
with NDK ?
thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-develop
Hi Robin, I've same your problems. If you find a solution to how work
using opencore from native or java, please post.
On 7 Ago, 13:40, Robin Marx wrote:
> First of all, we have no idea whatsoever on how to access the opencore
> functionality from our native code (or from java). We found a lot o
f you meant MediaRecorder and MediaPlayer, then the answer to your
> question is no. At best, you could have a local proxy on the phone to
> feed data to MediaPlayer for playback.
>
>
>
> On Thu, Sep 24, 2009 at 5:15 PM,fala70 wrote:
>
> > Hi,
>
> > I need to understa
Hi,
I need to understand if the classes VideoRecorder and VideoPlayer, can
work without files but using directly the frames audio and video.. I
need to encode and decode frame h263 and amr without use any file
containare. It is possible, I didn't see nothing about that.
thanks.
--~--~-~-
Is there somebody that know I get infos about the device name "Magice,
Dream..." and the OS version ?
thanks
On 31 Lug, 18:20, fala70 wrote:
> Is possible get the device name
>
> thanks
--~--~-~--~~~---~--~~
You received this message because
Is possible get the device name
thanks
--~--~-~--~~~---~--~~
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 grou
I am having problems to show on WebView a page with no chars lating
with UTF-8 enconding
I am using this code:
String ss = new String(_byString, "UTF-8");
sUrl = "http://www.google.com/search?q="+ss
+"&ie=UTF-8&oe=UTF-8";
WebView browser=(WebView)fi
I've an oddd problem... I've an activity with a button. On click event
I call a pick image, like this:
Uri target =
android.provider.MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI;
Intent intent = new Intent(Intent.ACTION_PICK, target);
startActivityForResult(intent, RE
}
}
On 30 Mag, 13:50, Mark Murphy wrote:
> fala70 wrote:
> > I've an activity with a Runnable thread into. From a button command I
> > call the camera external application. Into my thread there is a check
> > for news picture file is created.
I've an activity with a Runnable thread into. From a button command I
call the camera external application. Into my thread there is a check
for news picture file is created.
Now I need to resume my activity from my run func. I tried to recall
startActivity of my own but doesn't work. The other so
did you solve ? I've same problem
On 5 Mag, 00:24, BoD wrote:
> Anyone?
>
> Thanks for your help!
>
> BoD
>
> On May 4, 12:46 am, BoD wrote:
>
> > Hi!
>
> > Following this old
> > thread:http://groups.google.com/group/android-developers/browse_thread/threa...
>
> > and this issue:http://code.g
Me too I am having a few problems with proximityalerts. That is my
loop for add the locations.
for (..){
Intent proxIntent = new Intent(".action.PROXIMITY_ALERT");
mProximityPending[i] = PendingIntent.getBroadcast(this, i,
proxIntent, PendingIntent.FLAG_CANCEL_CURREN);
// ad
CreateDialog() in the Activity class.
>
> On Sun, Jan 18, 2009 at 7:13 AM, fala70 wrote:
>
> > I've an application with a MapActivity used how main activity. I
> > inserted an AlertDialog to show and edit a few infos. When I change
> > from portrait to landsc
I've an application with a MapActivity used how main activity. I
inserted an AlertDialog to show and edit a few infos. When I change
from portrait to landscape for open the keyboard, my AlertDialog is
detroied without replaced, then I must recall the command menu for
show again my AlertDialog.
An
I am trying to catch onTouchEvent on MapActivity. I overwritten the
method but it isn't never fired. Why ?. I need to find the location
lat. and long. for show add new marker when the user tap on map.
public boolean onTouchEvent(MotionEvent event){
super.onTouchEvent(event);
pplication from my activity.
Somebody know I do it ?
On 9 Gen, 19:39, Dave Sparks wrote:
> You want to broadcast "android.media.action.IMAGE_CAPTURE" intent.
>
> On Jan 9, 9:55 am, fala70 wrote:
>
> > Hi guys,
>
> > Somebody know how can I call the camera capt
Hi guys,
Somebody know how can I call the camera capture application from my
application ? I tried to use inject key event without success using
KEY CAMERA BUTTON. If the user push key camera button from any
applications, the camera capture application work. Is there a mode to
call camera captur
I seen that it can get the contents thumbnails photos, but is not
clear how link a thumb photo with the original photo. Somebody know
that ?
Stefano
On 12 Dic, 22:48, fala70 wrote:
> Somebody know how use android.provider.MediaStore.Images.Thumbnails ?
>
> I want to make a grid ph
Somebody know how use android.provider.MediaStore.Images.Thumbnails ?
I want to make a grid photo using thumbnails created automatically
with camera app.
Stefano
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Andro
do you know how can I save on file a jpg format after decoded and
resized the bitmap ?
-Stefano
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-
>
>
> > Are you scaling the image down when you display it? Look at the longer
> > form of BitmapFactory.decodeByteArray. The BitmapFactory.Options
> > argument has parameters for down sampling the image on load.
>
> > Cheers,
> > Justin
> > Android Team @ G
;
>
>
>
> On Thu, Dec 11, 2008 at 1:00 AM,fala70 wrote:
>
> > I 've a similar problem. I am going crazy from several days Is
> > impossible to show images from internal or external memory captured
> > from camera. Also I tried to read a file jpg of 700KB
I 've a similar problem. I am going crazy from several days Is
impossible to show images from internal or external memory captured
from camera. Also I tried to read a file jpg of 700KB and use
BitmapFactory.decodeByteArray to get the bitmap, but I receive that
exeption:
12-11 00:50:27.819: ER
Hi,
I am going crazy to show a few images from Media.INTERNAL_CONTENT_URI
or Media.EXTERNAL_CONTENT_URI.
I need to show a few images from Internal or External memory, using an
Activity similar to ImageSwitcher1.java from ApiDemo.
I know if the image is on Internal or External memory and I know a
Using :
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(intent, GET_IMAGE_FROM_CAMERA);
is possibile to run the camera capture application, but I didn't
understand how get the image file info or data on onActivityResult.
somebody know how do it ?
thanks
Somebody know how get the image file uri ?
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(intent, GET_IMAGE_FROM_CAMERA);
from onActivityResult it doesn't return uri. How can I do to get uri
from this kind of intent ?
thanks
On 1 Nov, 19:04, "Guillaum
Hi,
I am trying to use addProximityAlert from LocationManager class, but
it doesn't work. Simply I've two class:
.Test class is the Activity. It has a view with a button. On click of
this button is called the addProximityAlert.
MyBroadcastReceiver class is used to show a Toast message when the
p
I am using android-sdk-windows-1.0_r1 and need to translate a snip
code to use over android G1. Old is that:
conn = (HttpConnection) Connector.open(url,
Connector.READ_WRITE);
conn.setRequestMethod(HttpConnection.POST);
conn.setRequestProperty("Content-Type", "a
Hi, I've a problem to translate follow code to org.apache.http.*;
OutputStream pos = new OutputStream();
pos.writeShort(Const.INVOCATION_CODE);
pos.writeInt(requestId);
pos.writeString(nickname);
pos.writeString(password);
con
45 matches
Mail list logo