Google Analytics för Android-applikationer och officiell version av Apps2SD

Postat:
01:25 - 2009-11-04
Skribent:
| Eric N
Kommentarer:
10711

Google Analyctics Mobile_

Google skriver på sin blogg att utvecklare nu kan hämta statisitk över hur applikationer används och sedan få denna data presenterad för sig genom Google Analytics, det hela kräver dock några små ingrepp i koden innan det fungerar.

Detta är en efterlängtad funktion och det är förstås till stor nytta för alla utvecklare att se hur programmen används. Man har i vanlig ordning släppt en video där man förklarar hur det hela fungerar, denna hittar ni längre ned i artikeln.

Last week, we introduced expanded mobile reporting features in Google Analytics. To help developers, this launch includes features that make it easy to see how people are using specific parts of their iPhone and Android applications. The same Google Analytics reports that provide insights into website traffic and engagement are now available for mobile apps.

Dessutom har vi nöjet att rapportera att Google just nu söker utvecklare som kan hjälpa till med att utveckla en funktion för att installera applikationer på minneskortet. Som de flesta av er redan känner till lagras alla Android-applikationer på det interna minnet i telefonen, ett minne som i många fall bara är begränsat till 512MB bland det aktuella utbudet av Android-telefoner. Då samma minne huserar operativsystemet lämnas ungefär hälften kvar åt applikationer och detta är i minsta laget.

För de som rootat sina telefoner finns sedan en tid tillbaka möjligheten att installera applikationer även på minneskortet (Apps2SD), uppenbarligen har Google uppmärksammat vad communityn vill ha och väljer nu att själva implementera funktionen.

At the android-platform group, we’ve been hashing out a scheme for adding in official apps-to-sd support to AOSP. We have a couple of google engineers following along/helping out and are now at a state where the initial testing implementation (we’re using an incremental development approach) steps are defined in a fairly simple manner and we are ready to start at it from an actual implementation details/start coding perspective.

The actual thread is located here: https://groups.google.com/group/android-platform/browse_thread/thread/bf0709c157451cd9

Basically, if implemented, it will do the following;
1) totally obsolete current hacker apps2sd approaches by allowing actual sdcard removal from device.
2) ultimately ship with devices stock (when in a state where it is easy to use, stable, and at least as secure for non-root users as internal storage currently is).
3) keep application data on the same device as the actual application with no side-effects (like internal apps being broken while waiting for second partition to mount).
4) allow MULTIPLE sdcards containing apps to be swapped on the same device.
5) allow sdcard containing apps to be swapped between DIFFERENT devices.

Note: 4 and 5 are not in the initial implementation, first proof of concept and working system, then enhancement with additional features. 4 and 5 are not requirements for inclusion in AOSP, but they are cool features that ultimately should be implemented.

What we need:
Several good developers, web storage w/source/patch management, etc.
Anyone interested, please read the thread to get an idea of the current state of thought, and please don’t pollute that thread with nonsense. There is a current state of organization, and though not set in stone, it should be considered as NOT open for major architectural changes (i.e., the google engineers don’t have any major problems with the proposal that we can’t work through). Minor glitches and implementation details will be handled along the way. If you must pollute a thread with nonsense, use this one.

httpvh://www.youtube.com/watch?v=fIP2gt109R8

Analytics genom Googles utvecklarblogg och Apps2SD genom AndroidSpin