Device FMS - Android does

When there’s no limit to what Android gets, there’s no limit to what Android does

Follow me on TwitterRSS Feeds

  • Home
  • Our work
  • About us
  • Contact
answer_screen

Situation puzzle

Apr 19th

Posted by Sebastian in Situation puzzle

No comments

qrcode
What are situation puzzles?
Situation puzzles are often referred to as lateral thinking puzzles or “yes/no” puzzles.
Situation puzzles are usually played in a group, with one person hosting the puzzle and the others asking questions which can only be answered with a “yes” or “no” answer. Depending upon the settings and level of difficulty, other answers, hints or simple explanations of why the answer is yes or no, may be considered acceptable. The puzzle is solved when one of the players is able to recite the narrative the host had in mind, in particular explaining whatever aspect of the initial scenario was puzzling.

These puzzles are inexact and many puzzle statements have more than one possible fitting answer.
More >

android, facebook, puzzle, situation, situation puzzle
faceboob-sdk

Android Facebook integration

Jan 21st

Posted by Sebastian in Android development

Steps for Facebook integration into your app

  1. Create your app on Facebook : http://www.facebook.com/developers/createapp.php
  2. Download Facebook SDK : http://developers.facebook.com/docs/guides/mobile
    More >
facebook, hash_key, singlesignon
ecran_pref

DRadio

Nov 12th

Posted by Sebastian in Applications


Now you can listen Romanian radios on your Android device.

Current version knows : Europa FM, Radio Guerrilla, Kiss FM, Rock FM, Magic FM, Radio ZU si posibilitatea de a adauga o adresa custom.
More >

Europa FM, Kiss FM, Magic FM, Radio, radio guerrilla, radio zu, rock fm
gestures

The Gestures

Sep 13th

Posted by Sebastian in The Gestures


With The Gestures you can learn and go deepen into gestures on your Android phone.

After you learned Latin and Cyrillic alphabets and numerals you can create your custom levels.
You can download new levels and play them. The score will be recorded as number of successful gesture performed. The time is also important so the faster the better.
More >

alphabet, cyrillic, gesture, latin, numerals
Stages map

La Vuelta – Tour of Spain

Aug 29th

Posted by Sebastian in La Vuelta


La Vuelta – Tour de Spain on Android

With La Vuelta you can see Tour de Spain in detail directly on your Android device.

  • see overall standings,
  • stage results,
  • stage details,
  • teams
  • riders.

Not live during the race, but after every stages results will be updated via internet.

Hope the size it has does not create problems. I embedded in the application the images about stages : map, profil and last km.

Please comment if you want more features.

More >

bike, results, spain, stage, tour, vuelta
Info Traffic screen

EuropaFM

Aug 29th

Posted by Sebastian in Europa FM - Info Trafic


Main functions of EuropaFM Android application :

  • listen to Europa FM Radio from online streaming servers
  • receive via internet auto traffic information
  • send via internet auto traffic information
  • read Europa FM tweets
  • read news from Europa FM via Twitter

Version : 1.0

Release date : 30.08.2010
More >

europafm, info traffic, infotrafic

Admob with padding

Aug 26th

Posted by Sebastian in Android development

I just added AdMob to my Android app DRoute and it doesn’t work. I receive many calls to onFailedToReceiveAd event function

  1. @Override
  2.         public void onFailedToReceiveAd(AdView adView)
  3.         {
  4.                 Log.d("DRoute", "onFailedToReceiveAd");
  5.                 super.onFailedToReceiveAd(adView);
  6.         }

I dig into the problem, search on the internet and didn’t found a solution. This morning I’ve created step by step a fresh new app only to test AdMob publisher code and ID and it works fine on emulator with :

  1. AdManager.setTestDevices(new String[] {AdManager.TEST_EMULATOR});

After step by step testing I found out that the problem was with a padding value that I have in my surrounding
More >

admob, android, onFailedToReceiveAd, padding

ScrollView and fillViewport

Aug 16th

Posted by Sebastian in Android development

Romain Guy write a little info about a ScrollView attribute that is missing  from documentation : android:fillViewport=”true” .

It must be set to ScrollView and has the following efect : when set to true, this attribute causes the scroll view’s child to expand to the height of the ScrollView if needed. When the child is taller than the ScrollView, the attribute has no effect.

Source : http://www.curious-creature.org/2010/08/15/scrollviews-handy-trick/

fillViewport, scrollview

Handle Back button action

Aug 10th

Posted by Sebastian in Android development

By default pressing Back button on any activity the Android sistem will close / destroy the activity ( OnDestroy method is called ) See : Activity Lifecycle.

This can be a little annoying when you have some service that perform background work.
More >

back button, close, moveTaskToBack

Install/Move to sd card on Froyo

Aug 5th

Posted by Sebastian in Android development

On Froyo ( Android 2.2 ) the user have the option to move / install applications to sd card. This is good due to lack of space on phone memory.

To enable this option at application level the developer should do some simple modifications.

  1. Open manifest file ( AndroidManifest.xml ).
  2. Add android:installLocation=”auto” as attributes to your root manifest element. Here you have 3 options :
    • internalOnly: Install the application on internal storage only. This will result in storage errors if the device runs low on internal storage.
    • preferExternal: The android system tries to install the application on external storage. If that is full, the application is installed on internal storage.
    • auto: Let the Android system decide the best install location for the application. The default system policy is to install the application on internal storage first. If the system is running low on storage, the application is then installed on external storage.
  3. Change Project Build Target to Android 2.2
  4. Keep android:minSdkVersion as low as you want. This new option will be available only on devices running Froyo (2.2)

References : http://android-developers.blogspot.com/2010/07/apps-on-sd-card-details.html

froyo, installLocation, sd card
12»
  • Our applications

    device fms
    • Popular posts
    • Archives
    • Categories
    • All routes (517)
    • Android development (10)
    • Applications (9)
      • DRoute (3)
      • DTrackTime (1)
      • Europa FM – Info Trafic (1)
      • La Vuelta (1)
      • Situation puzzle (1)
      • The Gestures (1)
    • Uncategorized (2)
    • April 2013 (3)
    • January 2013 (1)
    • October 2012 (1)
    • September 2012 (5)
    • August 2012 (2)
    • July 2012 (1)
    • May 2012 (2)
    • April 2012 (1)
    • February 2012 (3)
    • January 2012 (3)
    • October 2011 (1)
    • September 2011 (3)
    • August 2011 (6)
    • July 2011 (7)
    • June 2011 (3)
    • May 2011 (39)
    • April 2011 (26)
    • March 2011 (27)
    • February 2011 (37)
    • January 2011 (19)
    • December 2010 (13)
    • November 2010 (53)
    • October 2010 (63)
    • September 2010 (108)
    • August 2010 (95)
    • July 2010 (9)
    • June 2010 (2)
    • May 2010 (3)
    • DTrackTime – Monitoring your time (0)
    • How to get string resources values (0)
    • Create a custom adapter (0)
    • DRoute – Record your route (0)
    • Situation puzzle (0)
  • android back button bike bike route bindService Brasov business Ceai et caetera close co custom adapter dd droute dtracktime email facebook family fillViewport froyo gps installLocation mb moveTaskToBack Plaiul Foii Poiana Brasov Preferences record resource route Sacele scrollview sd card send service serviceConnection share SharedPreferences startService string Tarlungeni test time time monitoring track time twitter

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • Facebook

  • My latest tweets

    Loading tweets...
    Follow me on Twitter!
  • Friends

    • Ceai et caetera Tea house in Brasov, Romania
Mystique theme by digitalnature | Powered by WordPress
RSS Feeds XHTML 1.1 Top
Plugin from the creators of Brindes Personalizados :: More at Plulz Wordpress Plugins