can we create component through corona

Hello Friends ,
I m new in Corona and i want to knew that -
Can we create component (shared library kind of thing) through corona which could be use in other projects of corona or Android projects also.

[import]uid: 169178 topic_id: 29793 reply_id: 329793[/import]

Yes, you do, this is why they call it crossplatform SDK :slight_smile: [import]uid: 12704 topic_id: 29793 reply_id: 119507[/import]

how can i do it … please guide me . i didn’t get any example of it .
[import]uid: 169178 topic_id: 29793 reply_id: 119508[/import]

What kind of component do you want to create? [import]uid: 12704 topic_id: 29793 reply_id: 119509[/import]

Any custom component like for UI , Networking .
i want to develop one Application in corona which i want to use in Android Application .
like any library which i can use in Android. [import]uid: 169178 topic_id: 29793 reply_id: 119510[/import]

http://developer.coronalabs.com/code/autolan

or just:
http://developer.coronalabs.com/code/ [import]uid: 12704 topic_id: 29793 reply_id: 119512[/import]

Thanks for ur reply.
i think i didn’t explain properly

I want to create one library or component in Corona which i can use in any Android Application
-like i m creating a HelloWorld Library(Component) in Corona ,and that HelloWorld having one something “print()” method .
and in Android i m Creating other Application like TestHelloWorld . Now inside Android Application i want to use Library(Component) methods.
Is it possible to do it . If yes then how can i create library (Component ) in Corona or use it in Other Application ?

[import]uid: 169178 topic_id: 29793 reply_id: 119513[/import]

No, you can’t. You can go for Corona Enterprice with native code support but still you need to create such things in Java or Objective-C. [import]uid: 12704 topic_id: 29793 reply_id: 119514[/import]

Any other idea how can i share my App to others -so that they can use my Application like Third Party [import]uid: 169178 topic_id: 29793 reply_id: 119515[/import]

Yes, you do, this is why they call it crossplatform SDK :slight_smile: [import]uid: 12704 topic_id: 29793 reply_id: 119507[/import]

how can i do it … please guide me . i didn’t get any example of it .
[import]uid: 169178 topic_id: 29793 reply_id: 119508[/import]

What kind of component do you want to create? [import]uid: 12704 topic_id: 29793 reply_id: 119509[/import]

Any custom component like for UI , Networking .
i want to develop one Application in corona which i want to use in Android Application .
like any library which i can use in Android. [import]uid: 169178 topic_id: 29793 reply_id: 119510[/import]

http://developer.coronalabs.com/code/autolan

or just:
http://developer.coronalabs.com/code/ [import]uid: 12704 topic_id: 29793 reply_id: 119512[/import]

Thanks for ur reply.
i think i didn’t explain properly

I want to create one library or component in Corona which i can use in any Android Application
-like i m creating a HelloWorld Library(Component) in Corona ,and that HelloWorld having one something “print()” method .
and in Android i m Creating other Application like TestHelloWorld . Now inside Android Application i want to use Library(Component) methods.
Is it possible to do it . If yes then how can i create library (Component ) in Corona or use it in Other Application ?

[import]uid: 169178 topic_id: 29793 reply_id: 119513[/import]

No, you can’t. You can go for Corona Enterprice with native code support but still you need to create such things in Java or Objective-C. [import]uid: 12704 topic_id: 29793 reply_id: 119514[/import]

Any other idea how can i share my App to others -so that they can use my Application like Third Party [import]uid: 169178 topic_id: 29793 reply_id: 119515[/import]