<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add to android arcgis app buttons to click to start new activities  in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590517#M4077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based upon your first error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Error:(27, 30) error: package android.support.v7.app does not exist&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will probably need to configure your Gradle file to find support library 7.&amp;nbsp; Information on how to do this can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.android.com/tools/support-library/setup.html" title="http://developer.android.com/tools/support-library/setup.html"&gt;Support Library Setup | Android Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 14:52:17 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2015-12-16T14:52:17Z</dc:date>
    <item>
      <title>Add to android arcgis app buttons to click to start new activities</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590516#M4076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning,&lt;/P&gt;&lt;P&gt;I'm using arcgis android sdk sample (PopupUIcustomization) and programming with android studio.&lt;/P&gt;&lt;P&gt;I would add to the main view (Mapwindow), two button that will allow another activities starting (a portefolio and a feedback repport form).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found this link ( &lt;A href="http://themasterworld.com/starting-new-activity-on-button-click-android/" title="http://themasterworld.com/starting-new-activity-on-button-click-android/"&gt;Starting new activity on a button click&lt;/A&gt; )most usefull but was unable to implement it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the errors i got:&lt;/P&gt;&lt;P&gt;Error:(27, 30) error: package android.support.v7.app does not exist&lt;/P&gt;&lt;P&gt;cannot find symbol class Activity (of the added activities)&lt;/P&gt;&lt;P&gt;cannot find symbol class Bundle (of the added activities)&lt;/P&gt;&lt;P&gt;method does not override or implement a method from a supertype (of the added activities)&lt;/P&gt;&lt;P&gt;Error:(9, 9) error: cannot find symbol variable super&amp;nbsp; (of the added activities)&lt;/P&gt;&lt;P&gt;Error:(10, 9) error: cannot find symbol method setContentView(int) (of the added activities)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my main PopupUICustommizationActivity.java and all other files i have create or modifie to implement the tutoriel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you could provide me some help. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 03:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590516#M4076</guid>
      <dc:creator>stevekenneth</dc:creator>
      <dc:date>2015-12-12T03:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add to android arcgis app buttons to click to start new activities</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590517#M4077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based upon your first error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Error:(27, 30) error: package android.support.v7.app does not exist&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will probably need to configure your Gradle file to find support library 7.&amp;nbsp; Information on how to do this can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.android.com/tools/support-library/setup.html" title="http://developer.android.com/tools/support-library/setup.html"&gt;Support Library Setup | Android Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:52:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590517#M4077</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-12-16T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add to android arcgis app buttons to click to start new activities</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590518#M4078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Alexander, have alredy fix this error. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 01:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590518#M4078</guid>
      <dc:creator>stevekenneth</dc:creator>
      <dc:date>2015-12-23T01:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add to android arcgis app buttons to click to start new activities</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590519#M4079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Merry Christmas.&lt;/P&gt;&lt;P&gt;Isn't anybody who have done something like that (i mean create button upon map layout to start new activity) to provide me some help? &lt;/P&gt;&lt;P&gt;Still hoping help from you. Thanks before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Dec 2015 14:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-to-android-arcgis-app-buttons-to-click-to/m-p/590519#M4079</guid>
      <dc:creator>stevekenneth</dc:creator>
      <dc:date>2015-12-25T14:24:17Z</dc:date>
    </item>
  </channel>
</rss>

