[android-developers] Stream video from android to server

2014-02-04 Thread Bilthon
Recent versions of the android platform come with native support to mpegts format. The mpegts format is a lot easier to handle and transmit than mp4. I've managed to create a solution to stream using that and a server that relies on ffmpeg. It will just work on 4.1 and above though. -- You re

[android-developers] Re: how to create a custom gauge in android

2013-04-18 Thread Bilthon
I found this nice tutorial about the subject: http://mindtherobot.com/blog/272/android-custom-ui-making-a-vintage-thermometer/ And based on that created this Speedometer: https://github.com/bilthon/Android-Speedometer Both projects are very simple, but they demonstrate quite well how to

[android-developers] Callback mehod needed

2011-05-02 Thread Bilthon
Hi there. I have a problem which is somehow related to the system's way to handle activities and tasks. I'm currently developing a simple chat application that uses ad-hoc wifi connections instead of bluetooth or infrastructured wifi. The reasons for that choice are beyond me (It's a college w

[android-developers] Re: Problem while creating a custom UI

2011-02-22 Thread Bilthon
If what you want is inflate a view from XML, you should try something like: public class BoardActivity extends Activity{ public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) Board boardVi

[android-developers] What are these interfaces?

2011-02-22 Thread Bilthon
Hi there, I've got a Samsung i7500 which I upgraded to the GAOSP-2-PUBLIC-BETA-3 custom rom. I've been trying some things out with the ifconfig and iwconfig that comes compiled with this great ROM and had s

[android-developers] Re: Game pretty much like mine

2010-12-21 Thread Bilthon
Do you have international versions of your game? because I can see mx moto but I can't seem to find yours. I'm from Brazil and got a drakaz ROM (12152010) running on my galaxy i7500. First thing I would advice you is to improve your game visibility in the market in that case. Nelson -- You re

[android-developers] How wrong is this?

2010-09-20 Thread Bilthon
This might be somewhat similar to what people have been discussing in the AppBucket thread. But well, the thing is I made a really simple app that tracks your supermarket expenses, and impatient to test how the android market works I released a beta version of my app with limited capabilities, for

[android-developers] Re: C2DM properly working on the emulator, anybody?

2010-09-07 Thread Bilthon
Hi there, I also got it running, but the application crashes after I get the notification of the website. Anyways I think we can conclude that the C2DM part is working fine, the app must be crashing for some other reason. Nelson On 22 ago, 13:38, German wrote: > Answering my own question here. I