Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sequoyah-android-dev] Android Native Perspective

It's easy to overcrowd a perspective. Putting everything into one
isn't often the best choice. If I need to use DDMS and LogCat, I go to
the DDMS perspective, or even better open it up into a separate window
and put it on my second screen.

And I assume Code Snippets would be for newbies? Not sure what you are
planning to put there since everyone I see doing native code is doing
something very speciallized, like writing a game or multi-media
engine.

On Fri, Jul 16, 2010 at 10:02 AM, Carlos Souto <mkhv73@xxxxxxxxxxxx> wrote:
> We added an Android Native Perspective because we wanted all the Sequoyah's
> device management
> features and ADT's features (including DDMS and Logcat as well) to be shown,
> but without cluttering the C/C++ perspective.
> In a near future we are planning to add a Code Snippets view and most
> snippets would make sense only
> on an Android Native code context.
> Bringing them together within a concise, Android Native perspective seems
> to be the most reasonable choice.
>
> On Fri, Jul 16, 2010 at 10:28 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
>>
>> Why is there an Android Native perspective? There's no Android Java
>> perspective, why would there be a Native one? I want to use the C/C++
>> perspective when writing all my native code. If there are Android
>> specific things, like working with DDMS, then that would warrant a new
>> perspective.
>>
>> Doug.
>> _______________________________________________
>> sequoyah-android-dev mailing list
>> sequoyah-android-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/sequoyah-android-dev
>
>
>
> --
> --
> Carlos Alberto Souto Junior
> MSc. in Electrical Engineering
> Jr. Software Engineer
>
>
> _______________________________________________
> sequoyah-android-dev mailing list
> sequoyah-android-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/sequoyah-android-dev
>
>


Back to the top