<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mobile App Development Toolkit??</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/88882/mobile-app-development-toolkit</link><description>Android Mobile SDK? 
 that is interesting. Is this using MDL / VC++ 2005 ? 
 Is it posibile for select users to download the mobile ~SDK or do you need to be a BD?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Re: Mobile App Development Toolkit??</title><link>https://communities.bentley.com/thread/252156?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2013 11:52:11 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a76e070b-f959-4972-985c-3baad2c89087</guid><dc:creator>Jan Šlegr</dc:creator><description>&lt;p&gt;Addition to Jon&amp;#39;s post about languages: Each mobile platform uses different development language as its primate technology ... and it&amp;#39;s never C/C++ (suprisingly :-):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;iOS / iPad:&lt;/strong&gt; ObjectiveC. Other languages like C/C++ can be used also (as far as I know it was prohibited in the past) and because Apple world is well standardized from hardware point of view, the situation is simple.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Android:&lt;/strong&gt; Java is the primary tool ... but be aware it&amp;#39;s not the standard Java designed originally by Sun, because Android doesn&amp;#39;t use JRE, but Davlik. But with some level of simplification, it&amp;#39;s Java ;-) You can also use C/C++ using NDK, but I suppose it&amp;#39;s not binary compatible over different CPUs used in Android devices, so you should compile and maintain different installations, which is costly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Windows 8 / 8 RT / Phone 8:&lt;/strong&gt; As expected, it&amp;#39;s NET (preferably C#, but) and if you want to use Direct3D, C++ is your tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;At the same time there are tools there are common to all platfroms, despite of their support is not alwasy the same: Two the most important are HTML5 and JavaScript.&lt;/p&gt;
&lt;p&gt;Mobile SDK follows this reality and based on what platform you choose, you will have to use proper development tool.&lt;/p&gt;
&lt;p&gt;With regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Mobile App Development Toolkit??</title><link>https://communities.bentley.com/thread/252099?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2013 23:16:01 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:88f03452-62ff-4adb-9f70-02a9bd2dbf45</guid><dc:creator>BenR</dc:creator><description>&lt;p&gt;As Jan mentioned, BDN membership is required. The Mobile App Development Toolkit, including the Android and iOS SDKs, is available upon request. Please go &lt;a href="http://communities.bentley.com/communities/other_communities/bentley_developer_network/b/bentley_developer_network-blog/archive/2013/05/22/bentley-releases-mobile-app-development-toolkit.aspx" title="here" target="_blank"&gt;here&lt;/a&gt; for more information and to send a request for access.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Another fuction disappears??</title><link>https://communities.bentley.com/thread/252038?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2013 18:13:00 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:cf2c94ff-4f81-49e4-a790-9496e3b30748</guid><dc:creator>Jon Summers</dc:creator><description>&lt;p&gt;[quote user=&amp;quot;Jan Slegr&amp;quot;]Platforms that know nothing about MDL and even C++[/quote]&lt;/p&gt;
&lt;p&gt;Well, Android definitely knows nothing about MDL, but as an operating system it&amp;#39;s likely to be written in C.&lt;/p&gt;
&lt;p&gt;Microsoft doesn&amp;#39;t support Android, nor is it ever likely to, so Viz Studio for Android is probably not on the horizon.&amp;nbsp; However, you can find out about &lt;a title="Android: C/C++ NDK" href="http://developer.android.com/tools/sdk/ndk/index.html"&gt;C/C++ for Android&lt;/a&gt; from their website...&lt;/p&gt;
&lt;p&gt;There&amp;#39;s also &lt;a title="C4Droid" href="https://play.google.com/store/apps/details?id=com.n0n3m4.droidc&amp;amp;hl=en"&gt;C4Droid&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;[quote user=&amp;quot;Jan Slegr&amp;quot;]Not many people have tried it yet[/quote]&lt;/p&gt;
&lt;p&gt;That includes me.&amp;nbsp; Well, not a single customer has even asked the question!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Another fuction disappears??</title><link>https://communities.bentley.com/thread/252019?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2013 16:44:35 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:660659a2-6bf6-4cb4-8e11-794cd3ac5021</guid><dc:creator>Jan Šlegr</dc:creator><description>&lt;p&gt;[quote user=&amp;quot;Karsten@Atkins&amp;quot;]Is it posibile for select users to download &amp;nbsp;the mobile ~SDK &amp;nbsp;or do you need to be a BD?[/quote]&lt;/p&gt;
&lt;p&gt;Yes, BDN membership (both Commerical or SELECT) is required.&lt;/p&gt;
&lt;p&gt;[quote user=&amp;quot;Karsten@Atkins&amp;quot;]Is this using MDL / VC++ 2005 ?[/quote]&lt;/p&gt;
&lt;p&gt;How it can be, if it works on platforms that know nothing about MDL and even C++? So the answer is not.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s wholly new thing, so probably not many people has tried it yet.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>