Click here to Skip to main content
15,881,742 members
Home / Discussions / Android
   

Android

 
AnswerRe: Whats the best way to get others involved in a project app? Pin
rareprob solutions6-Oct-22 0:36
rareprob solutions6-Oct-22 0:36 
QuestionXAMARIN Android Access to DB2 Pin
Member 1180022822-Mar-22 23:47
Member 1180022822-Mar-22 23:47 
QuestionCustom drawing view with tools Pin
Cristo198524-Feb-22 20:38
Cristo198524-Feb-22 20:38 
QuestionRe: Custom drawing view with tools Pin
David Crow25-Feb-22 5:22
David Crow25-Feb-22 5:22 
AnswerRe: Custom drawing view with tools Pin
Cristo198527-Feb-22 5:52
Cristo198527-Feb-22 5:52 
GeneralRe: Custom drawing view with tools Pin
Mycroft Holmes27-Feb-22 11:32
professionalMycroft Holmes27-Feb-22 11:32 
Questionhow to upload apps on google playstore Pin
Bimbel Tahsin 7-Feb-22 4:03
professionalBimbel Tahsin 7-Feb-22 4:03 
SuggestionRe: how to upload apps on google playstore Pin
David Crow25-Feb-22 5:13
David Crow25-Feb-22 5:13 
AnswerRe: how to upload apps on google playstore Pin
Member 1551036026-Apr-22 2:17
Member 1551036026-Apr-22 2:17 
GeneralRe: how to upload apps on google playstore Pin
Matthew Daniel11-Sep-22 19:13
Matthew Daniel11-Sep-22 19:13 
Questionc# Appium Android Search Key is not working Pin
subinrajuu2-Feb-22 20:29
subinrajuu2-Feb-22 20:29 
Hello ,
I am facing issues to do search from a search-box. There are a couple of solutions in Java, but couldn't find the right solution in c#. Please help. I have tried the following code.
DdlStoreAddress.GetElement().Click();
TxtSearchShop.GetElement().Click();
TxtSearchShop.GetElement().SendKeys(stroreID);
//TxtSearchShop.GetElement().Click();
//AppiumDriverContext.Driver.PressKeyCode(AndroidKeyCode.Keycode_SEARCH);
//AppiumDriverContext.Driver.HideKeyboard();
//new Actions(AppiumDriverContext.Driver).KeyDown(OpenQA.Selenium.Keys.Enter).Perform();
//Thread.Sleep(TimeSpan.FromSeconds(1));
//new Actions(AppiumDriverContext.Driver).KeyUp(OpenQA.Selenium.Keys.Enter).Perform();
//AppiumDriverContext.Driver.Keyboard.PressKey(("{ENTER}");
//AppiumDriverContext.Driver.Keyboard.SendKeys(84);
AppiumDriverContext.Driver.PressKeyCode(84);
//System.Threading.Thread.Sleep(500);
//AppiumDriverContext.Driver.HideKeyboard();
//BtnSearchShop.GetElement().Click();
Thread.Sleep(10000);
//Thread.Sleep(2000);
//AppiumDriverContext.Driver.PressKeyCode(AndroidKeyCode.Keycode_SEARCH);
//Thread.Sleep(2000);
//AppiumDriverContext.Driver.PressKeyCode(AndroidKeyCode.KeycodeNumpad_ENTER);
//Thread.Sleep(5000);
//driver.ExecuteScript("mobile:scroll", new Dictionary<string, string=""> { { "direction", "down" } });
//BtnSearchShop.GetElement().Click();
//TxtSearchShop.GetElement().SendKeys(AndroidKeyCode.Enter);
//AppiumDriverContext.Driver.LongPressKeyCode(66);
//AppiumDriverContext.Driver.HideKeyboard();

The following is my capabilities.

caps.AddAdditionalCapability("browserstack.user", MobileBaseConfiguration.BrowserStackUser);
caps.AddAdditionalCapability("browserstack.key", MobileBaseConfiguration.BrowserStackKey);
caps.AddAdditionalCapability("app", MobileBaseConfiguration.AppUrl);
caps.AddAdditionalCapability("device", MobileBaseConfiguration.Device);
caps.AddAdditionalCapability("os_version", MobileBaseConfiguration.OSVersion);
caps.PlatformName = MobileBaseConfiguration.PlatformName.ToString();
caps.AddAdditionalCapability("project", MobileBaseConfiguration.Project);
caps.AddAdditionalCapability("build", MobileBaseConfiguration.Build);
caps.AddAdditionalCapability("name", MobileBaseConfiguration.Name);
//caps.AddAdditionalCapability("unicodeKeyboard", "true");
caps.AddAdditionalCapability("autoGrantPermissions", "true");
caps.AddAdditionalCapability("nativeWebTap", "true");

modified 3-Feb-22 4:09am.

AnswerRe: c# Appium Android Search Key is not working Pin
Richard Deeming2-Feb-22 21:42
mveRichard Deeming2-Feb-22 21:42 
Questionandroid studio code in java to do biblle app Pin
Dereje Bodena25-Jan-22 20:39
Dereje Bodena25-Jan-22 20:39 
RantRe: android studio code in java to do biblle app Pin
Richard Deeming25-Jan-22 21:54
mveRichard Deeming25-Jan-22 21:54 
QuestionANDROID STUDIO The System cannot find the path specified Pin
Saboor880217-Jan-22 2:56
Saboor880217-Jan-22 2:56 
QuestionXamarin Forms INavigation Pin
Kevin Marois6-Jan-22 11:20
professionalKevin Marois6-Jan-22 11:20 
QuestionE-Wallet App Development Pin
zoey laurance22-Nov-21 2:36
zoey laurance22-Nov-21 2:36 
AnswerRe: E-Wallet App Development Pin
OriginalGriff22-Nov-21 2:38
mveOriginalGriff22-Nov-21 2:38 
GeneralRe: E-Wallet App Development Pin
Richard Deeming22-Nov-21 2:54
mveRichard Deeming22-Nov-21 2:54 
GeneralRe: E-Wallet App Development Pin
OriginalGriff22-Nov-21 2:59
mveOriginalGriff22-Nov-21 2:59 
GeneralRe: E-Wallet App Development Pin
CHill6011-Jan-22 2:16
mveCHill6011-Jan-22 2:16 
QuestionLogin With Firebase Pin
ncir jaweher19-Nov-21 11:44
ncir jaweher19-Nov-21 11:44 
QuestionRe: Login With Firebase Pin
David Crow21-Nov-21 3:49
David Crow21-Nov-21 3:49 
Questionandroid development Pin
katleho motumi10-Oct-21 4:52
katleho motumi10-Oct-21 4:52 
AnswerRe: android development Pin
Mycroft Holmes10-Oct-21 11:54
professionalMycroft Holmes10-Oct-21 11:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.