Pages:
Author

Topic: ☑ API'S * Bounties for Apps of All Types *CALLING All MOBILE APP Coders ⚠⚠⚠ - page 3. (Read 8548 times)

legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★


BELOW is a Quote from the Dev coding this project they posted on the XDA Forums.
http://forum.xda-developers.com/android/apps-games/ther-apps-coders-shout-ground-floor-t2956802



snipped....


Quote from: Elemental 12;57180570
I'm the Dev for this project.  For anyone who might be interested, here is some sample code for a simple app (the "Hello World" app.)

APIs are being worked on.  So far there are some essential data types and GUI objects.  Things are still in early stages of development although the OS is working well enough to be able to write apps with rudimentary GUI features thus-far.  MUCH more to come.

snipped....

}
[/B]


yesssssss, it's in Java!

Hiya Vortex,

Could you post on the XDA Developers Forums.
We'd like to continue the conversation mainly there.
 Smiley
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★


IMPORTANT UPDATE:


The code is progressing nicely over 7,400 lines at present.


We are migrating all questions and answers over to the XDA Developers Forums - Aether OS thread.
The DEV will only be posting on the XDA forums.

Could you please create an account there and post your questions and responses there
which will aid in proper responses and access to information and answers.


We are signing up to at least a half dozen or more other App Coder Forums
and be asking them to migrate to XDA as well.


This thread will still be updated on the progress but the main communications
between us all will be on XDA.


Please make your nick the same or close is possible...

Thanks for all your excellent questions and supporting this project!
 Smiley

XDA Developers Link:

http://forum.xda-developers.com/android/apps-games/ther-apps-coders-shout-ground-floor-t2956802


legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★


BELOW is a Quote from the Dev coding this project they posted on the XDA Forums.
http://forum.xda-developers.com/android/apps-games/ther-apps-coders-shout-ground-floor-t2956802



snippred...


Quote from: Elemental 12;57180570
I'm the Dev for this project.  For anyone who might be interested, here is some sample code for a simple app (the "Hello World" app.)

APIs are being worked on.  So far there are some essential data types and GUI objects.  Things are still in early stages of development although the OS is working well enough to be able to write apps with rudimentary GUI features thus-far.  MUCH more to come.

Stay tuned.  Smiley


public:
class Program
{

static Thread MainThread;

static void Main()
{
   MainThread = new Thread(DoMainThread);
   MainThread.Start();

}

static void DoMainThread()
{
snipped...
      Pulse.WaitOne(48);
   }

}


yesssssss, it's in Java!


The code is progressing nicely over 7,400 lines at present and should be releasing
some essential API's, Documentation and basic SDK within the next week at earliest.


We are migrating all questions and answers over to the XDA Developers Forums Aether OS thread.
Could you please create an account there and post your questions and responses there

which will aid in proper responses and access to information and answers.

We are signing up to at least a half dozen or more other App Coder Forums
and be asking them to migrate to XDA as well.

This thread will still be updated on the progress but the main communications
between us all will be on XDA.

Please make your nick the same or close is possible...

Thanks for all your excellent questions and supporting this project!
 Smiley

XDA Developers Link:
http://forum.xda-developers.com/android/apps-games/ther-apps-coders-shout-ground-floor-t2956802
hero member
Activity: 504
Merit: 500
sucker got hacked and screwed --Toad
legendary
Activity: 1582
Merit: 1001
Mike..

This is fantastic.
I will be following all the development and love what you guys have got going here.
newbie
Activity: 56
Merit: 0
BELOW is a Quote from the Dev coding this project they posted on the XDA Forums.

snipped...

Quote from: Elemental 12;57180570
I'm the Dev for this project.  For anyone who might be interested, here is some sample code for a simple app (the "Hello World" app.)

APIs are being worked on.  So far there are some essential data types and GUI objects.  Things are still in early stages of development although the OS is working well enough to be able to write apps with rudimentary GUI features thus-far.  MUCH more to come.

Stay tuned.  Smiley


public:
class Program
{

static Thread MainThread;

static void Main()
{
   MainThread = new Thread(DoMainThread);
   MainThread.Start();

snipped...

}



No Alpha Channels? (r,g,b,a)
Also, I have noticed that you have put up some generous bounties for software that can be built within minutes.
Why?
Sorry, but you claim to have more or less built an NSA hack-proof (if I may call it that) OS yet you are offering generous bounties for something very simple.
(Obviously promotion is a major part here, I can understand that).
Shouldn't your team be offering bounties for replacements of software of the likes of TOR (which have been back-doored ages ago?)?

snipped...

Thank you Smiley

A TOR replacement.
That's an awesome idea that many are trying to resolve and I presume someone of your caliber can do it.
Sure we'd offer a bounty for that.


No need to be sarcastic bro Smiley
I know it is a problem that has been around for a while Smiley

And obviously I am not the one to collect that specific bounty, but my offer still stands....
if you can provide Flash Platform support I will convert my games and also ask all my buddies to do the same.

That being said, how do you plan on adding "revenue" support?
Basically, can you find something similar (if not the same) like adSense, adMob, etc?

For sure I will publish all my stuff for your platform, just like I did with everyone else....
however everyone else had some kind of support for me to "monetize" my publishing.

Have you had any kind of contact with similar services?
Adbit for example? - don't know them btw just the first thing that popped on my mind that is similar to adSense yet is BTC based.

Sorry, I know that this is way ahead right now, but you did mention that you want a game right?  Roll Eyes

Anyways, I will be following this thread.
Thank you for posting this Smiley
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
BELOW is a Quote from the Dev coding this project they posted on the XDA Forums.

snipped...

Quote from: Elemental 12;57180570
I'm the Dev for this project.  For anyone who might be interested, here is some sample code for a simple app (the "Hello World" app.)

APIs are being worked on.  So far there are some essential data types and GUI objects.  Things are still in early stages of development although the OS is working well enough to be able to write apps with rudimentary GUI features thus-far.  MUCH more to come.

Stay tuned.  Smiley


public:
class Program
{

static Thread MainThread;

static void Main()
{
   MainThread = new Thread(DoMainThread);
   MainThread.Start();

snipped...

}



No Alpha Channels? (r,g,b,a)
Also, I have noticed that you have put up some generous bounties for software that can be built within minutes.
Why?
Sorry, but you claim to have more or less built an NSA hack-proof (if I may call it that) OS yet you are offering generous bounties for something very simple.
(Obviously promotion is a major part here, I can understand that).
Shouldn't your team be offering bounties for replacements of software of the likes of TOR (which have been back-doored ages ago?)?

snipped...

Thank you Smiley

A TOR replacement.
That's an awesome idea that many are trying to resolve and I presume someone of your caliber can do it.
Sure we'd offer a bounty for that.

newbie
Activity: 56
Merit: 0
hero member
Activity: 728
Merit: 500
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★


BELOW is a Quote from the Dev coding this project they posted on the XDA Forums.
http://forum.xda-developers.com/android/apps-games/ther-apps-coders-shout-ground-floor-t2956802





Quote from: Elemental 12;57180570
I'm the Dev for this project.  For anyone who might be interested, here is some sample code for a simple app (the "Hello World" app.)

APIs are being worked on.  So far there are some essential data types and GUI objects.  Things are still in early stages of development although the OS is working well enough to be able to write apps with rudimentary GUI features thus-far.  MUCH more to come.

Stay tuned.  Smiley


public:
class Program
{

static Thread MainThread;

static void Main()
{
   MainThread = new Thread(DoMainThread);
   MainThread.Start();

}

static void DoMainThread()
{
   _PrimarySurface = new ÆtherSurface();
   _PrimarySurface.BackgroundColour = new ÆtherColour(138, 45, 228);

   const float S = 0.48f;

   var C1 = new ÆtherEllipse("Yellow Circle 1", new ÆtherPoint(0, 0), new ÆtherSize(S, S), new ÆtherColour(255, 255, 0));
   _PrimarySurface.AddControl(C1);

   var T1 = new ÆtherLabel("Label 1", new ÆtherPoint(), new ÆtherColour(30, 144, 255), "Segoe UI", 35f, ÆtherFontStyle.Bold, ÆtherTextAlignment.Centre);
   T1.Text = "Hello";
   _PrimarySurface.AddControl(T1);

   var T2 = new ÆtherLabel("Label 2", new ÆtherPoint(), new ÆtherColour(30, 144, 255), "Segoe UI", 35f, ÆtherFontStyle.Bold, ÆtherTextAlignment.Centre);
   T2.Text = "World!";
   _PrimarySurface.AddControl(T2);

   var Pulse = new AutoResetEvent(false);

   while (true) {
      C1.Position.X = _PointerInfo1.Position.X - S * 0.5f;
      C1.Position.Y = _PointerInfo1.Position.Y - S * 0.5f;
      T1.Position.X = _PointerInfo1.Position.X;
      T1.Position.Y = _PointerInfo1.Position.Y - 0.06f;
      T2.Position.X = _PointerInfo1.Position.X;
      T2.Position.Y = _PointerInfo1.Position.Y + 0.06f;
      RaiseEvent_UpdateSurface();
      Pulse.WaitOne(48);
   }

}

legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
Bump...
Please list the apps you'd consider working on.
Thanks!
 Smiley
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★

XDA Developers Forum Thread Listing.
http://forum.xda-developers.com/android/apps-games/ther-apps-coders-shout-ground-floor-t2956802

If you have an account please make a post and include your nick from this Forum.
If not please create an account and use the XDA Forum Thread
after you sign up here for your apps, other services or contributions.
Please remember to make a post and include your nick from this Forum.  


  
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
I'd honestly really love to help but without a software development kit i can't.

We appreciate your desire however are constrained to the dates mentioned in the OP.
It's our endeavor that soon as parts of the API Reference completed
we have the coders already lined up ready to go.
The wait won't be much longer.
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
I'd honestly really love to help but without a software development kit i can't.
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
snipped...

Quote
PHPBB on a $7.99 Namecheap shared hosting and a ~$12 domain, if you want to pay with BTC.

PHPBB on a $5 DigitalOcean VPS and a ~$12 domain, if you don't mind paying with PayPal.

If need be the Forum will be selected to closely match XDA's forum
so that any migrating coders will feel at home.

XDA FORUMS THEME:
http://forum.xda-developers.com/
Thread Theme:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330


The PHPBB pro looks good.
https://www.phpbb.com/community/viewtopic.php?f=185&t=2277141
http://comboot.de/demo/free/


Thanks for your help.
 Smiley


Another nice free forum software provider, if you're interested, is Zetaboards. I used it in high school for a club, and it functioned fine

Thanks and I like the options they have.
We are contemplating the migration of the Forum into a website in the future
so it may pay to PAY for our own unless they give you that option which I have not yet seen it.



If you need any help managing a forum, I'd be happy to help!

I sent a PM to one of the XDA Admins and hope to hear back.
I may try to create a developers thread if they allow me with
an old many years old account of mine since you do need some history.
This way that special thread could be migrated to the front page next to
the other OS's.

Either way, YES we could use help in all aspects and would have the ability
to make you an Admin on the XDA Forums thread.
Thanks for your interest  and offer!

MM
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
I want to help even with kernel/system development, any chance that you can provide me more details?

I will forward this and get an answer for you.
Hope we can work together.

My next meeting is Sunday Evening so if there's any other questions
fire away so I can get them all answered for you.

They will be posted hopefully Sunday Evening however time zones could make that Monday.
IF I get answers earlier you will know.

MM
sr. member
Activity: 1428
Merit: 326
Eloncoin.org - Mars, here we come!
snipped...

Quote
PHPBB on a $7.99 Namecheap shared hosting and a ~$12 domain, if you want to pay with BTC.

PHPBB on a $5 DigitalOcean VPS and a ~$12 domain, if you don't mind paying with PayPal.

If need be the Forum will be selected to closely match XDA's forum
so that any migrating coders will feel at home.

XDA FORUMS THEME:
http://forum.xda-developers.com/
Thread Theme:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330


The PHPBB pro looks good.
https://www.phpbb.com/community/viewtopic.php?f=185&t=2277141
http://comboot.de/demo/free/


Thanks for your help.
 Smiley


Another nice free forum software provider, if you're interested, is Zetaboards. I used it in high school for a club, and it functioned fine

Thanks and I like the options they have.
We are contemplating the migration of the Forum into a website in the future
so it may pay to PAY for our own unless they give you that option which I have not yet seen it.



If you need any help managing a forum, I'd be happy to help!
hero member
Activity: 938
Merit: 501
I want to help even with kernel/system development, any chance that you can provide me more details?
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
snipped...

Quote
PHPBB on a $7.99 Namecheap shared hosting and a ~$12 domain, if you want to pay with BTC.

PHPBB on a $5 DigitalOcean VPS and a ~$12 domain, if you don't mind paying with PayPal.

If need be the Forum will be selected to closely match XDA's forum
so that any migrating coders will feel at home.

XDA FORUMS THEME:
http://forum.xda-developers.com/
Thread Theme:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330


The PHPBB pro looks good.
https://www.phpbb.com/community/viewtopic.php?f=185&t=2277141
http://comboot.de/demo/free/


Thanks for your help.
 Smiley


Another nice free forum software provider, if you're interested, is Zetaboards. I used it in high school for a club, and it functioned fine

Thanks and I like the options they have.
We are contemplating the migration of the Forum into a website in the future
so it may pay to PAY for our own unless they give you that option which I have not yet seen it.

sr. member
Activity: 1428
Merit: 326
Eloncoin.org - Mars, here we come!
snipped...

Quote
PHPBB on a $7.99 Namecheap shared hosting and a ~$12 domain, if you want to pay with BTC.

PHPBB on a $5 DigitalOcean VPS and a ~$12 domain, if you don't mind paying with PayPal.

If need be the Forum will be selected to closely match XDA's forum
so that any migrating coders will feel at home.

XDA FORUMS THEME:
http://forum.xda-developers.com/
Thread Theme:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330


The PHPBB pro looks good.
https://www.phpbb.com/community/viewtopic.php?f=185&t=2277141
http://comboot.de/demo/free/


Thanks for your help.
 Smiley


Another nice free forum software provider, if you're interested, is Zetaboards. I used it in high school for a club, and it functioned fine
Pages:
Jump to: