Are you going to be the only person developing these modules, or are you
planning on creating some sort of a framework that other developers will be
able to tap into?
----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Sun, Nov 8, 2009 at 4:23 AM, Marton Kodok <pentiu...@gmail.com> wrote:

> For example if I have a main app and three modules in mind, such as:
> audio, video, and calendar (The modules itself does nothing. They're useful
> only when called by the main app)
>
> 1. how will the main app know that those modules are installed on the
> phone, and can call them? how do I get a list of modules (mine) ?
> 2. also how do I make my modules hidden to user, they should not be visible
> for launch, and should not be able to launched by an icon, only by my app?
>
> 2009/11/8 RichardC <richard.crit...@googlemail.com>
>
> Read all about Intents.  Here are a few links to get you started:
>>
>> http://developer.android.com/guide/topics/fundamentals.html
>> http://developer.android.com/guide/appendix/g-app-intents.html
>> http://code.google.com/p/openintents/
>>
>> --
>> RichardC
>>
>>
>> On Nov 8, 10:50 am, Marton Kodok <pentiu...@gmail.com> wrote:
>> > Hello,
>> >
>> > I am planning to build my app in modular way. I am thinking that
>> whenever a
>> > user adds a new component/module that will be recognized by my main app.
>> > Can someone point me in the best direction to read more about design
>> > patterns for this approach for Android?
>> >
>> > Are there any examples out there?
>> >
>> > --
>> > Márton
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Beginners" group.
>> To post to this group, send email to android-beginners@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/android-beginners?hl=en
>
>
>
>
> --
> Márton
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
> To post to this group, send email to android-beginners@googlegroups.com
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to